From be9d850f4d9c643fa962d9d10783d12ca8e5ce56 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 17 Jul 2025 09:36:52 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.53.2 --- CHANGELOG.md | 6 ++++++ buildSrc/src/main/java/Config.kt | 2 +- sentry-kotlin-multiplatform-gradle-plugin/gradle.properties | 2 +- .../sentry_kotlin_multiplatform.podspec | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b96ac29b..6010b4b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Gradle Plugin: implement conditional Cocoa linking for targets ([#421](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/421), [#423](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/423)) +### Dependencies + +- Bump Cocoa SDK from v8.53.1 to v8.53.2 ([#419](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/419)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8532) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.53.1...8.53.2) + ## 0.14.0 ### Dependencies diff --git a/buildSrc/src/main/java/Config.kt b/buildSrc/src/main/java/Config.kt index e0c14d49..0f862da7 100644 --- a/buildSrc/src/main/java/Config.kt +++ b/buildSrc/src/main/java/Config.kt @@ -36,7 +36,7 @@ object Config { val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion" val sentryJava = "io.sentry:sentry:$sentryJavaVersion" - val sentryCocoaVersion = "8.53.1" + val sentryCocoaVersion = "8.53.2" val sentryCocoa = "Sentry" object Samples { diff --git a/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties b/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties index 6de4231e..8c780b0c 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.14.0 group=io.sentry -sentryCocoaVersion=8.53.1 +sentryCocoaVersion=8.53.2 # 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 1ded3052..145c2127 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.53.1' + spec.dependency 'Sentry', '8.53.2' if !Dir.exist?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework') || Dir.empty?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework') raise "