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.53.1 ):
3- - Sentry/Core (= 8.53.1 )
4- - Sentry/Core (8.53.1 )
2+ - Sentry (8.53.2 ):
3+ - Sentry/Core (= 8.53.2 )
4+ - Sentry/Core (8.53.2 )
55 - shared (1.0):
6- - Sentry (= 8.53.1 )
6+ - Sentry (= 8.53.2 )
77
88DEPENDENCIES:
99 - shared (from `../shared`)
@@ -17,8 +17,8 @@ EXTERNAL SOURCES:
1717 :path: "../shared"
1818
1919SPEC CHECKSUMS:
20- Sentry: 1e4e974d45f09d153af4b30b42acfb1c79e957d3
21- shared: 303fc7502580d8fb5e44fe7381fe269ada0e793c
20+ Sentry: 59993bffde4a1ac297ba6d268dc4bbce068d7c1b
21+ shared: 9b2a3232b0c4d2d6bbc43ce5b62b42e389e01c27
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.53.1 '
12+ spec . dependency 'Sentry' , '8.53.2 '
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