File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 IOS_DEPLOYMENT_TARGET = '12.0' unless defined? IOS_DEPLOYMENT_TARGET
33 s . name = "KSCrash"
4- s . version = "2.1.1 "
4+ s . version = "999.9.9 "
55 s . summary = "The Ultimate iOS Crash Reporter"
66 s . homepage = "https://github.com/kstenerud/KSCrash"
77 s . license = { :type => 'KSCrash license agreement' , :file => 'LICENSE' }
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Add the following to your `Package.swift` file:
7979
8080``` swift
8181dependencies: [
82- .package (url : " https://github.com/kstenerud/KSCrash.git" , .upToNextMajor (from : " 2.1.1 " ))
82+ .package (url : " https://github.com/kstenerud/KSCrash.git" , .upToNextMajor (from : " 999.9.9 " ))
8383]
8484```
8585
@@ -99,7 +99,7 @@ targets: [
9999
1001001 . Add to your ` Podfile ` :
101101 ``` ruby
102- pod ' KSCrash' , ' ~> 2.1 '
102+ pod ' KSCrash' , ' ~> 999.9 '
103103 ```
104104
1051052 . Run:
Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ + (void)applicationWillTerminate
446446@end
447447
448448// ! Project version number for KSCrashFramework.
449- const double KSCrashFrameworkVersionNumber = 2.0101 ;
449+ const double KSCrashFrameworkVersionNumber = 999.0909 ;
450450
451451// ! Project version string for KSCrashFramework.
452- const unsigned char KSCrashFrameworkVersionString[] = " 2.1.1 " ;
452+ const unsigned char KSCrashFrameworkVersionString[] = " 999.9.9 " ;
You can’t perform that action at this time.
0 commit comments