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 1
1
PODS:
2
- - Sentry (8.32 .0):
3
- - Sentry/Core (= 8.32 .0)
4
- - Sentry/Core (8.32 .0)
2
+ - Sentry (8.33 .0):
3
+ - Sentry/Core (= 8.33 .0)
4
+ - Sentry/Core (8.33 .0)
5
5
- shared (1.0):
6
- - Sentry (= 8.32 .0)
6
+ - Sentry (= 8.33 .0)
7
7
8
8
DEPENDENCIES:
9
9
- shared (from `../shared`)
@@ -17,8 +17,8 @@ EXTERNAL SOURCES:
17
17
:path: "../shared"
18
18
19
19
SPEC CHECKSUMS:
20
- Sentry: 96ae1dcdf01a644bc3a3b1dc279cecaf48a833fb
21
- shared: c7fdde4876d54b572233b6be462d2e4214247e66
20
+ Sentry: 8560050221424aef0bebc8e31eedf00af80f90a6
21
+ shared: 1c9529e12292ea0370ccf66979993372af91b10e
22
22
23
23
PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756
24
24
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
9
9
spec . vendored_frameworks = 'build/cocoapods/framework/shared.framework'
10
10
spec . libraries = 'c++'
11
11
spec . ios . deployment_target = '14.1'
12
- spec . dependency 'Sentry' , '8.32 .0'
12
+ spec . dependency 'Sentry' , '8.33 .0'
13
13
14
14
if !Dir . exist? ( 'build/cocoapods/framework/shared.framework' ) || Dir . empty? ( 'build/cocoapods/framework/shared.framework' )
15
15
raise "
You can’t perform that action at this time.
0 commit comments