Skip to content

Commit d686c80

Browse files
committed
Update
1 parent 05a04ad commit d686c80

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.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

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

1919
SPEC CHECKSUMS:
20-
Sentry: 6c92b12db0634612f6a66757890fea97e788fe12
21-
shared: 889fbc0d727dc0533f7fc04bee9d2d0418190291
20+
Sentry: e1b49e5f49367ff211b25c431a60e2bd83b792aa
21+
shared: e70edfc7e83d657ff4548412e83b51535c653a06
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.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 "

0 commit comments

Comments
 (0)