diff --git a/CHANGELOG.md b/CHANGELOG.md index 2988586b..7cdaa2e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - Bump Java SDK from v8.25.0 to v8.27.1 ([#487](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/487)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8271) - [diff](https://github.com/getsentry/sentry-java/compare/8.25.0...8.27.1) +- Bump Cocoa SDK from v8.57.1 to v8.57.3 ([#483](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/483)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8573) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.1...8.57.3) ## 0.21.0 diff --git a/buildSrc/src/main/java/Config.kt b/buildSrc/src/main/java/Config.kt index 7e78912f..d7e58a0f 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.57.1" + val sentryCocoaVersion = "8.57.3" val sentryCocoa = "Sentry" object Samples { diff --git a/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties b/sentry-kotlin-multiplatform-gradle-plugin/gradle.properties index 6a418c67..2fb21f2d 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.21.0 group=io.sentry -sentryCocoaVersion=8.57.1 +sentryCocoaVersion=8.57.3 # publication pom properties POM_NAME=Sentry Kotlin Multiplatform Gradle Plugin diff --git a/sentry-kotlin-multiplatform-gradle-plugin/src/test/java/io/sentry/kotlin/multiplatform/gradle/SentryFrameworkArchitectureTest.kt b/sentry-kotlin-multiplatform-gradle-plugin/src/test/java/io/sentry/kotlin/multiplatform/gradle/SentryFrameworkArchitectureTest.kt index b88b4fdb..d45a07a8 100644 --- a/sentry-kotlin-multiplatform-gradle-plugin/src/test/java/io/sentry/kotlin/multiplatform/gradle/SentryFrameworkArchitectureTest.kt +++ b/sentry-kotlin-multiplatform-gradle-plugin/src/test/java/io/sentry/kotlin/multiplatform/gradle/SentryFrameworkArchitectureTest.kt @@ -21,7 +21,9 @@ class SentryFrameworkArchitectureTest { fun cocoaVersions(): List = listOf( Arguments.of("8.37.0"), Arguments.of("8.38.0"), - Arguments.of("latest") + Arguments.of("8.57.3"), +// Arguments.of("latest"), + // TODO: Latest is already v9 which is currently failing - let's fix this when we bump to v9 ) } diff --git a/sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec b/sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec index 2807c925..ad69c65f 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.57.1' + spec.dependency 'Sentry', '8.57.3' 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 diff --git a/sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock b/sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock index 1bf5b12c..d9038bbb 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.57.1): - - Sentry/Core (= 8.57.1) - - Sentry/Core (8.57.1) + - Sentry (8.57.3): + - Sentry/Core (= 8.57.3) + - Sentry/Core (8.57.3) - shared (1.0): - - Sentry (= 8.57.1) + - Sentry (= 8.57.3) DEPENDENCIES: - shared (from `../shared`) @@ -17,8 +17,8 @@ EXTERNAL SOURCES: :path: "../shared" SPEC CHECKSUMS: - Sentry: ea4ca7cd1a46c77dcc8123804ce36d8f5603a841 - shared: 84e27d3ad161d8351fdb4f11eecf42fec2623cf8 + Sentry: c643eb180df401dd8c734c5036ddd9dd9218daa6 + shared: 19ea1c4273b1e75b6260ae717ad49a29fa9bf2e1 PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756 diff --git a/sentry-samples/kmp-app-cocoapods/shared/shared.podspec b/sentry-samples/kmp-app-cocoapods/shared/shared.podspec index 434148be..6f31a03e 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.57.1' + spec.dependency 'Sentry', '8.57.3' if !Dir.exist?('build/cocoapods/framework/shared.framework') || Dir.empty?('build/cocoapods/framework/shared.framework') raise "