From bc304bf92bcbd970506e6e0420c5f5711186aa89 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 7 May 2026 04:15:13 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 9.12.1 --- CHANGELOG.md | 6 ++++++ packages/core/RNSentry.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5837019405..ed54099203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ - Fix the issue with uploading iOS Debug Symbols in EAS Build when using pnpm ([#6076](https://github.com/getsentry/sentry-react-native/issues/6076)) +### Dependencies + +- Bump Cocoa SDK from v9.12.0 to v9.12.1 ([#6105](https://github.com/getsentry/sentry-react-native/pull/6105)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9121) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/9.12.0...9.12.1) + ## 8.10.0 ### Features diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 7ece1ad9b9..5054b80451 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.12.0' + s.dependency 'Sentry', '9.12.1' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture)