Skip to content

Commit

Permalink
chore: update scripts/update-cocoa.sh to 8.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Jan 6, 2025
1 parent b216cb8 commit 198d293
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@

- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8420)
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.37.1...8.42.0)
- Bump Cocoa SDK from v8.36.0 to v8.43.0 ([#751](https://github.com/getsentry/sentry-capacitor/pull/751))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8430)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.36.0...8.43.0)

### Deprecations

Expand Down
2 changes: 1 addition & 1 deletion SentryCapacitor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'

s.dependency 'Sentry/HybridSDK', '8.36.0'
s.dependency 'Sentry/HybridSDK', '8.43.0'
s.dependency 'Capacitor'

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

0 comments on commit 198d293

Please sign in to comment.