File tree Expand file tree Collapse file tree 11 files changed +16
-15
lines changed
Expand file tree Collapse file tree 11 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 6262 - KSCrash/Reporting/Tools
6363 - KSCrash/Reporting/Tools (1.15.4):
6464 - KSCrash/Recording
65- - Sentry (2.1.4 ):
65+ - Sentry (2.1.5 ):
6666 - KSCrash (~> 1.15.3)
6767
6868DEPENDENCIES:
@@ -74,7 +74,7 @@ EXTERNAL SOURCES:
7474
7575SPEC CHECKSUMS:
7676 KSCrash: cbdf1f66c45c8dcc11154a4b1596c6cd1bfc2657
77- Sentry: 2b5cbebcf1efa294cb1b24f23246d7e4294a6e7c
77+ Sentry: d98cc95dd79671356225a7ee71de5d9447497daf
7878
7979PODFILE CHECKSUM: 9a6feca63fe6ed3706b2808f4c85dae0861ba9d2
8080
Original file line number Diff line number Diff line change 6262 - KSCrash/Reporting/Tools
6363 - KSCrash/Reporting/Tools (1.15.4):
6464 - KSCrash/Recording
65- - Sentry (2.1.4 ):
65+ - Sentry (2.1.5 ):
6666 - KSCrash (~> 1.15.3)
6767
6868DEPENDENCIES:
@@ -74,7 +74,7 @@ EXTERNAL SOURCES:
7474
7575SPEC CHECKSUMS:
7676 KSCrash: cbdf1f66c45c8dcc11154a4b1596c6cd1bfc2657
77- Sentry: 2b5cbebcf1efa294cb1b24f23246d7e4294a6e7c
77+ Sentry: d98cc95dd79671356225a7ee71de5d9447497daf
7878
7979PODFILE CHECKSUM: 6e920273a2258e01d891dd3561ac2a73612fe34a
8080
Original file line number Diff line number Diff line change 6262 - KSCrash/Reporting/Tools
6363 - KSCrash/Reporting/Tools (1.15.4):
6464 - KSCrash/Recording
65- - Sentry (2.1.4 ):
65+ - Sentry (2.1.5 ):
6666 - KSCrash (~> 1.15.3)
6767
6868DEPENDENCIES:
@@ -74,7 +74,7 @@ EXTERNAL SOURCES:
7474
7575SPEC CHECKSUMS:
7676 KSCrash: cbdf1f66c45c8dcc11154a4b1596c6cd1bfc2657
77- Sentry: 2b5cbebcf1efa294cb1b24f23246d7e4294a6e7c
77+ Sentry: d98cc95dd79671356225a7ee71de5d9447497daf
7878
7979PODFILE CHECKSUM: 699517be0d67a415d70bbce5f2d55f918605fcbc
8080
Original file line number Diff line number Diff line change 6262 - KSCrash/Reporting/Tools
6363 - KSCrash/Reporting/Tools (1.15.4):
6464 - KSCrash/Recording
65- - Sentry (2.1.4 ):
65+ - Sentry (2.1.5 ):
6666 - KSCrash (~> 1.15.3)
6767
6868DEPENDENCIES:
@@ -74,7 +74,7 @@ EXTERNAL SOURCES:
7474
7575SPEC CHECKSUMS:
7676 KSCrash: cbdf1f66c45c8dcc11154a4b1596c6cd1bfc2657
77- Sentry: 2b5cbebcf1efa294cb1b24f23246d7e4294a6e7c
77+ Sentry: d98cc95dd79671356225a7ee71de5d9447497daf
7878
7979PODFILE CHECKSUM: 6a149bade470704ba4317901492b58978f603305
8080
Original file line number Diff line number Diff line change 6262 - KSCrash/Reporting/Tools
6363 - KSCrash/Reporting/Tools (1.15.4):
6464 - KSCrash/Recording
65- - Sentry (2.1.4 ):
65+ - Sentry (2.1.5 ):
6666 - KSCrash (~> 1.15.3)
6767
6868DEPENDENCIES:
@@ -74,7 +74,7 @@ EXTERNAL SOURCES:
7474
7575SPEC CHECKSUMS:
7676 KSCrash: cbdf1f66c45c8dcc11154a4b1596c6cd1bfc2657
77- Sentry: 2b5cbebcf1efa294cb1b24f23246d7e4294a6e7c
77+ Sentry: d98cc95dd79671356225a7ee71de5d9447497daf
7878
7979PODFILE CHECKSUM: c9a2358b4bf5bf7e6f601eb701b288f4e4bd724a
8080
Original file line number Diff line number Diff line change 88
99build-carthage :
1010 @echo " --> Creating Sentry framework package with carthage"
11- carthage build --no-skip-current
11+ carthage build --no-skip-current --cache-builds
1212 carthage archive Sentry KSCrash --output Sentry.framework.zip
1313
1414release : bump-version lint test pod-example-projects pod-lint build-carthage git-commit-add pod-push
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Sentry"
3- s . version = "2.1.4 "
3+ s . version = "2.1.5 "
44 s . summary = "Swift client for Sentry"
55 s . homepage = "https://github.com/getsentry/sentry-swift"
66 s . license = "mit"
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >2.1.4 </string >
18+ <string >2.1.5 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ import KSCrash
4646 // MARK: - Enums
4747
4848 internal struct Info {
49- static let version : String = " 2.1.4 "
49+ static let version : String = " 2.1.5 "
5050 static let sentryVersion : Int = 7
5151 }
5252
Original file line number Diff line number Diff line change 2525 }
2626 },
2727 "vars" : {
28- "SENTRY_SWIFT_TAG" : " 2.1.4 "
28+ "SENTRY_SWIFT_TAG" : " 2.1.5 "
2929 }
3030}
You can’t perform that action at this time.
0 commit comments