From 05a04addcc3bb2d6a381f6b4dc97bc49e926c158 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 15 Oct 2025 03:19:27 +0000 Subject: [PATCH 1/2] chore: update scripts/update-cocoa.sh to 8.57.0 --- CHANGELOG.md | 8 ++++++++ buildSrc/src/main/java/Config.kt | 2 +- .../gradle.properties | 2 +- .../sentry_kotlin_multiplatform.podspec | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56df2815..736bc5e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Cocoa SDK from v8.55.1 to v8.57.0 ([#468](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/468)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8570) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.55.1...8.57.0) + ## 0.19.0 ### Dependencies diff --git a/buildSrc/src/main/java/Config.kt b/buildSrc/src/main/java/Config.kt index c7859161..8171b5d8 100644 --- a/buildSrc/src/main/java/Config.kt +++ b/buildSrc/src/main/java/Config.kt @@ -37,7 +37,7 @@ object Config { val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion" val sentryJava = "io.sentry:sentry:$sentryJavaVersion" - val sentryCocoaVersion = "8.55.1" + val sentryCocoaVersion = "8.57.0" val sentryCocoa = "Sentry" object Samples { diff --git a/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties b/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties index 20bb23e6..4f209e80 100644 --- a/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties +++ b/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties @@ -2,7 +2,7 @@ id=io.sentry.kotlin.multiplatform.gradle implementationClass=io.sentry.kotlin.multiplatform.gradle.SentryPlugin versionName=0.19.0 group=io.sentry -sentryCocoaVersion=8.55.1 +sentryCocoaVersion=8.57.0 # publication pom properties POM_NAME=Sentry Kotlin Multiplatform Gradle Plugin diff --git a/sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec b/sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec index 22b2a9ba..aec2be4c 100644 --- a/sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec +++ b/sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |spec| spec.osx.deployment_target = '10.13' spec.tvos.deployment_target = '11.0' spec.watchos.deployment_target = '4.0' - spec.dependency 'Sentry', '8.55.1' + spec.dependency 'Sentry', '8.57.0' if !Dir.exist?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework') || Dir.empty?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework') raise " @@ -54,4 +54,4 @@ Pod::Spec.new do |spec| } ] -end \ No newline at end of file +end From d686c80fbde7fa199dd3c7a06d5e471247b523eb Mon Sep 17 00:00:00 2001 From: Giancarlo Buenaflor Date: Tue, 21 Oct 2025 13:50:31 +0200 Subject: [PATCH 2/2] Update --- sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock | 12 ++++++------ .../kmp-app-cocoapods/shared/shared.podspec | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock b/sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock index 7fcd833a..fc79e0b9 100644 --- a/sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock +++ b/sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock @@ -1,9 +1,9 @@ PODS: - - Sentry (8.55.1): - - Sentry/Core (= 8.55.1) - - Sentry/Core (8.55.1) + - Sentry (8.57.0): + - Sentry/Core (= 8.57.0) + - Sentry/Core (8.57.0) - shared (1.0): - - Sentry (= 8.55.1) + - Sentry (= 8.57.0) DEPENDENCIES: - shared (from `../shared`) @@ -17,8 +17,8 @@ EXTERNAL SOURCES: :path: "../shared" SPEC CHECKSUMS: - Sentry: 6c92b12db0634612f6a66757890fea97e788fe12 - shared: 889fbc0d727dc0533f7fc04bee9d2d0418190291 + Sentry: e1b49e5f49367ff211b25c431a60e2bd83b792aa + shared: e70edfc7e83d657ff4548412e83b51535c653a06 PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756 diff --git a/sentry-samples/kmp-app-cocoapods/shared/shared.podspec b/sentry-samples/kmp-app-cocoapods/shared/shared.podspec index 2bf7fd4d..d2cc21a1 100644 --- a/sentry-samples/kmp-app-cocoapods/shared/shared.podspec +++ b/sentry-samples/kmp-app-cocoapods/shared/shared.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |spec| spec.vendored_frameworks = 'build/cocoapods/framework/shared.framework' spec.libraries = 'c++' spec.ios.deployment_target = '14.1' - spec.dependency 'Sentry', '8.55.1' + spec.dependency 'Sentry', '8.57.0' if !Dir.exist?('build/cocoapods/framework/shared.framework') || Dir.empty?('build/cocoapods/framework/shared.framework') raise "