From 1c9122788cca2ec07d666450aa566fc92a15fc37 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 30 Apr 2024 03:03:43 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.25.0 --- CHANGELOG.md | 3 +++ buildSrc/src/main/java/Config.kt | 2 +- .../sentry_kotlin_multiplatform.podspec | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c36999..6d2bff07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump Java SDK from v7.4.0 to v7.8.0 ([#205](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/205), [#206](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/206)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#780) - [diff](https://github.com/getsentry/sentry-java/compare/7.4.0...7.8.0) +- Bump Cocoa SDK from v8.20.0 to v8.25.0 ([#209](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/209)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8250) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.20.0...8.25.0) ## 0.5.0 diff --git a/buildSrc/src/main/java/Config.kt b/buildSrc/src/main/java/Config.kt index 792b8884..9cbb2f83 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.20.0" + val sentryCocoaVersion = "8.25.0" val sentryCocoa = "Sentry" object Samples { diff --git a/sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec b/sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec index fd365097..7af05cf5 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.20.0' + spec.dependency 'Sentry', '8.25.0' if !Dir.exist?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework') || Dir.empty?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework') raise " @@ -50,4 +50,4 @@ Pod::Spec.new do |spec| } ] -end \ No newline at end of file +end