Skip to content

Commit c36d0b4

Browse files
github-actions[bot]web-flowromtsn
authored
chore(deps): update Cocoa SDK to v8.33.0 (#251)
* chore: update scripts/update-cocoa.sh to 8.33.0 * Update sample --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Roman Zavarnitsyn <[email protected]>
1 parent 610cf82 commit c36d0b4

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
- Bump Java SDK from v7.9.0 to v7.13.0 ([#236](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/236), [#242](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/242), [#248](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/248))
1818
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7130)
1919
- [diff](https://github.com/getsentry/sentry-java/compare/7.9.0...7.13.0)
20-
- Bump Cocoa SDK from v8.26.0 to v8.32.0 ([#244](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/244))
21-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8320)
22-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.26.0...8.32.0)
20+
- Bump Cocoa SDK from v8.26.0 to v8.33.0 ([#244](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/244), [#251](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/251))
21+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8330)
22+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.26.0...8.33.0)
2323

2424
## 0.7.1
2525

buildSrc/src/main/java/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object Config {
3636
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
3737
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"
3838

39-
val sentryCocoaVersion = "8.32.0"
39+
val sentryCocoaVersion = "8.33.0"
4040
val sentryCocoa = "Sentry"
4141

4242
object Samples {

sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
1212
spec.osx.deployment_target = '10.13'
1313
spec.tvos.deployment_target = '11.0'
1414
spec.watchos.deployment_target = '4.0'
15-
spec.dependency 'Sentry', '8.32.0'
15+
spec.dependency 'Sentry', '8.33.0'
1616

1717
if !Dir.exist?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework') || Dir.empty?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework')
1818
raise "

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)