Skip to content

Commit 241d0b3

Browse files
committed
Update sample
1 parent d4880cb commit 241d0b3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
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)
55
- shared (1.0):
6-
- Sentry (= 8.32.0)
6+
- Sentry (= 8.33.0)
77

88
DEPENDENCIES:
99
- shared (from `../shared`)
@@ -17,8 +17,8 @@ EXTERNAL SOURCES:
1717
:path: "../shared"
1818

1919
SPEC CHECKSUMS:
20-
Sentry: 96ae1dcdf01a644bc3a3b1dc279cecaf48a833fb
21-
shared: c7fdde4876d54b572233b6be462d2e4214247e66
20+
Sentry: 8560050221424aef0bebc8e31eedf00af80f90a6
21+
shared: 1c9529e12292ea0370ccf66979993372af91b10e
2222

2323
PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756
2424

sentry-samples/kmp-app-cocoapods/shared/shared.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.32.0'
12+
spec.dependency 'Sentry', '8.33.0'
1313

1414
if !Dir.exist?('build/cocoapods/framework/shared.framework') || Dir.empty?('build/cocoapods/framework/shared.framework')
1515
raise "

0 commit comments

Comments
 (0)