File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
sentry-samples/kmp-app-cocoapods Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11PODS:
2- - Sentry (8.55.1 ):
3- - Sentry/Core (= 8.55.1 )
4- - Sentry/Core (8.55.1 )
2+ - Sentry (8.57.0 ):
3+ - Sentry/Core (= 8.57.0 )
4+ - Sentry/Core (8.57.0 )
55 - shared (1.0):
6- - Sentry (= 8.55.1 )
6+ - Sentry (= 8.57.0 )
77
88DEPENDENCIES:
99 - shared (from `../shared`)
@@ -17,8 +17,8 @@ EXTERNAL SOURCES:
1717 :path: "../shared"
1818
1919SPEC CHECKSUMS:
20- Sentry: 6c92b12db0634612f6a66757890fea97e788fe12
21- shared: 889fbc0d727dc0533f7fc04bee9d2d0418190291
20+ Sentry: e1b49e5f49367ff211b25c431a60e2bd83b792aa
21+ shared: e70edfc7e83d657ff4548412e83b51535c653a06
2222
2323PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756
2424
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99 spec . vendored_frameworks = 'build/cocoapods/framework/shared.framework'
1010 spec . libraries = 'c++'
1111 spec . ios . deployment_target = '14.1'
12- spec . dependency 'Sentry' , '8.55.1 '
12+ spec . dependency 'Sentry' , '8.57.0 '
1313
1414 if !Dir . exist? ( 'build/cocoapods/framework/shared.framework' ) || Dir . empty? ( 'build/cocoapods/framework/shared.framework' )
1515 raise "
You can’t perform that action at this time.
0 commit comments