Skip to content

Commit 713714d

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cocoa.sh to 9.26.0
1 parent 7f88878 commit 713714d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.24.0'
66+
sentry_cocoa_version = '9.26.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.24.0' => {
64-
'Sentry' => 'c530edd27b20f7c151e73d84a34ee03474e3d5ddab65ffe9d30366f80149668a',
63+
'9.26.0' => {
64+
'Sentry' => 'e1b80746e632d1127975b9ecca2d42398a74e4adac94882a71192eee41b1dc29',
6565
},
6666
}.freeze
6767

0 commit comments

Comments
 (0)