Skip to content

Commit 2db02a9

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cocoa.sh to 8.52.0
1 parent ffdba89 commit 2db02a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
- Bump Android SDK from v7.16.0 to v8.13.2 ([#889](https://github.com/getsentry/sentry-capacitor/pull/889), [#894](https://github.com/getsentry/sentry-capacitor/pull/894))
2121
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8132)
2222
- [diff](https://github.com/getsentry/sentry-java/compare/7.16.0...8.13.2)
23-
- Bump Cocoa SDK from v8.48.0 to v8.51.1 ([#876](https://github.com/getsentry/sentry-capacitor/pull/876), [#895](https://github.com/getsentry/sentry-capacitor/pull/895))
24-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8511)
25-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.48.0...8.51.1)
23+
- Bump Cocoa SDK from v8.48.0 to v8.52.0 ([#876](https://github.com/getsentry/sentry-capacitor/pull/876), [#895](https://github.com/getsentry/sentry-capacitor/pull/895), [#914](https://github.com/getsentry/sentry-capacitor/pull/914))
24+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8520)
25+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.48.0...8.52.0)
2626
- Bump JavaScript Sibling SDKs from v9.11.0 to v9.23.0 ([#814](https://github.com/getsentry/sentry-capacitor/pull/814))
2727
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#9230)
2828
- [diff](https://github.com/getsentry/sentry-javascript/compare/9.11.0...9.23.0)

SentryCapacitor.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
1313
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
1414

15-
s.dependency 'Sentry/HybridSDK', '8.51.1'
15+
s.dependency 'Sentry/HybridSDK', '8.52.0'
1616
s.dependency 'Capacitor'
1717

1818
if File.exist?('../../@capacitor/core/package.json') == false

0 commit comments

Comments
 (0)