Skip to content

Commit f36ccdf

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cocoa.sh to 9.22.0
1 parent 272760d commit f36ccdf

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
77
<!-- prettier-ignore-end -->
88
9+
## Unreleased
10+
11+
### Dependencies
12+
13+
- Bump Cocoa SDK from v9.19.1 to v9.22.0 ([#6409](https://github.com/getsentry/sentry-react-native/pull/6409))
14+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#9220)
15+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/9.19.1...9.22.0)
16+
917
## 8.19.0
1018

1119
### Features

packages/core/RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Pod::Spec.new do |s|
6363
'DEFINES_MODULE' => 'YES'
6464
}
6565

66-
sentry_cocoa_version = '9.19.1'
66+
sentry_cocoa_version = '9.22.0'
6767

6868
# Consume sentry-cocoa as a prebuilt `Sentry.xcframework` by default.
6969
#

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.22.0' => {
64+
'Sentry' => '5eeef9ad95be6b5965296e09ba41c5390382fe84988b15f1615cd0cc3fa7caca',
6565
},
6666
}.freeze
6767

0 commit comments

Comments
 (0)