File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
sentry-kotlin-multiplatform
sentry-samples/kmp-app-cocoapods Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -50,4 +50,4 @@ Pod::Spec.new do |spec|
5050 }
5151 ]
5252
53- end
53+ end
Original file line number Diff line number Diff line change 11PODS:
2- - Sentry (8.37 .0):
3- - Sentry/Core (= 8.37 .0)
4- - Sentry/Core (8.37 .0)
2+ - Sentry (8.38 .0):
3+ - Sentry/Core (= 8.38 .0)
4+ - Sentry/Core (8.38 .0)
55 - shared (1.0):
6- - Sentry (= 8.37 .0)
6+ - Sentry (= 8.38 .0)
77
88DEPENDENCIES:
99 - shared (from `../shared`)
@@ -17,8 +17,8 @@ EXTERNAL SOURCES:
1717 :path: "../shared"
1818
1919SPEC CHECKSUMS:
20- Sentry: ee060c09b2f7ec1240e95c766ab44c04c7bdb052
21- shared: 4717ae7bad4e94adc1177508d0519ab174142885
20+ Sentry: 205813e7e758b53df157cedb8c55b31a14300645
21+ shared: 29ad91c0e6392887a08175041ce5c1ff1cb63ee7
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.37 .0'
12+ spec . dependency 'Sentry' , '8.38 .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