Skip to content

Commit 61b6664

Browse files
committed
update
1 parent d7c3f52 commit 61b6664

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ Pod::Spec.new do |spec|
5050
}
5151
]
5252

53-
end
53+
end

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

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

1919
SPEC CHECKSUMS:
20-
Sentry: ee060c09b2f7ec1240e95c766ab44c04c7bdb052
21-
shared: 4717ae7bad4e94adc1177508d0519ab174142885
20+
Sentry: 205813e7e758b53df157cedb8c55b31a14300645
21+
shared: 29ad91c0e6392887a08175041ce5c1ff1cb63ee7
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.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 "

0 commit comments

Comments
 (0)