From fd79ce7cc4cf5d4a85b883245099f798c4ae1821 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 30 Apr 2026 09:05:40 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 9.12.0 --- CHANGELOG.md | 3 +++ packages/core/RNSentry.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a3dce4d70..70e8c48ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,9 @@ - Bump Bundler Plugins from v5.2.0 to v5.2.1 ([#6067](https://github.com/getsentry/sentry-react-native/pull/6067)) - [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#521) - [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/5.2.0...5.2.1) +- Bump Cocoa SDK from v9.11.0 to v9.12.0 ([#6073](https://github.com/getsentry/sentry-react-native/pull/6073)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9120) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.11.0...9.12.0) ## 8.9.2 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 6c43b2ed8d..7ece1ad9b9 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -51,7 +51,7 @@ Pod::Spec.new do |s| 'HEADER_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}/Sentry/Sources/Sentry" "${PODS_ROOT}/Sentry/Sources/Sentry/include"' } - s.dependency 'Sentry', '9.11.0' + s.dependency 'Sentry', '9.12.0' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)