diff --git a/CHANGELOG.md b/CHANGELOG.md index bad9cba6..f80a2c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### Dependencies +- Bump Cocoa SDK from v8.17.2 to v8.19.0 ([#180](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/180)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8190) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.17.2...8.19.0) - Bump Java SDK from v7.1.0 to v7.2.0 ([#177](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/177)) - [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#720) - [diff](https://github.com/getsentry/sentry-java/compare/7.1.0...7.2.0) diff --git a/buildSrc/src/main/java/Config.kt b/buildSrc/src/main/java/Config.kt index 552f2560..f2d2402a 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.17.2" + val sentryCocoaVersion = "8.19.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 cdfa6837..c864f863 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.17.2' + spec.dependency 'Sentry', '8.19.0' if !Dir.exist?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework') || Dir.empty?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework') raise " diff --git a/sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock b/sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock index 9829a287..fbf8c6e4 100644 --- a/sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock +++ b/sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock @@ -1,12 +1,12 @@ PODS: - - Sentry (8.17.2): - - Sentry/Core (= 8.17.2) - - SentryPrivate (= 8.17.2) - - Sentry/Core (8.17.2): - - SentryPrivate (= 8.17.2) - - SentryPrivate (8.17.2) + - Sentry (8.19.0): + - Sentry/Core (= 8.19.0) + - SentryPrivate (= 8.19.0) + - Sentry/Core (8.19.0): + - SentryPrivate (= 8.19.0) + - SentryPrivate (8.19.0) - shared (1.0): - - Sentry (= 8.17.2) + - Sentry (= 8.19.0) DEPENDENCIES: - shared (from `../shared`) @@ -27,4 +27,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756 -COCOAPODS: 1.13.0 +COCOAPODS: 1.14.3 diff --git a/sentry-samples/kmp-app-cocoapods/shared/shared.podspec b/sentry-samples/kmp-app-cocoapods/shared/shared.podspec index 2e53a9d7..95b725ff 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.17.2' + spec.dependency 'Sentry', '8.19.0' if !Dir.exist?('build/cocoapods/framework/shared.framework') || Dir.empty?('build/cocoapods/framework/shared.framework') raise "