Skip to content

Commit 4a8b467

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update scripts/update-cocoa.sh to 8.53.2
1 parent f7367ca commit 4a8b467

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212

1313
- TypeScript build with strict rules couldn't find BrowserTransportOptions type ([#934](https://github.com/getsentry/sentry-capacitor/pull/934))
1414

15+
### Dependencies
16+
17+
- Bump Cocoa SDK from v8.51.1 to v8.53.2 ([#914](https://github.com/getsentry/sentry-capacitor/pull/914))
18+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8532)
19+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.51.1...8.53.2)
20+
1521
## 2.0.0
1622

1723
#### Features

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.53.2'
1616
s.dependency 'Capacitor'
1717

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

0 commit comments

Comments
 (0)