Skip to content

Commit 3ace292

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cocoa.sh to 9.21.0
1 parent 3d536d1 commit 3ace292

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
- Bump Android SDK from v8.47.0 to v8.48.0 ([#6422](https://github.com/getsentry/sentry-react-native/pull/6422))
3333
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8480)
3434
- [diff](https://github.com/getsentry/sentry-java/compare/8.47.0...8.48.0)
35+
- Bump Cocoa SDK from v9.19.1 to v9.21.0 ([#6409](https://github.com/getsentry/sentry-react-native/pull/6409))
36+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9210)
37+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.19.1...9.21.0)
3538

3639
## 8.17.2
3740

packages/core/RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Pod::Spec.new do |s|
7171
'DEFINES_MODULE' => 'YES'
7272
}
7373

74-
sentry_cocoa_version = '9.19.1'
74+
sentry_cocoa_version = '9.21.0'
7575

7676
# Consume sentry-cocoa as a prebuilt `Sentry.xcframework` by default.
7777
#

packages/core/scripts/sentry_utils.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ def is_new_hermes_runtime(rn_version)
6060
# `Sentry` module. `Sentry-Dynamic.xcframework` would ship the same
6161
# `Sentry.framework` inside but under a mismatched enclosing name, so
6262
# CocoaPods generates `-framework Sentry-Dynamic` and fails at link.
63-
'9.19.1' => {
64-
'Sentry' => 'd6d545af17e49851cda2747b0f45cde78ce08ea37709dde5a956c6b4671224e8',
63+
'9.21.0' => {
64+
'Sentry' => '304edef9177f632b3938f8aae8b7c54aaa1caba67dc4e2ae57f75a7ac44950bb',
6565
},
6666
}.freeze
6767

0 commit comments

Comments
 (0)