Skip to content

Commit

Permalink
chore: update scripts/update-cocoa.sh to 8.18.0 (#526)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <[email protected]>
  • Loading branch information
github-actions[bot] and web-flow authored Jan 16, 2024
1 parent 585bb42 commit 5d147f6
Show file tree
Hide file tree
Showing 3 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 @@ -7,6 +7,9 @@
- Bump JavaScript Sibling SDKs from v7.81.1 to v7.93.0 ([#527](https://github.com/getsentry/sentry-capacitor/pull/527))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#7930)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.81.1...7.93.0)
- Bump Cocoa SDK from v8.8.0 to v8.18.0 ([#526](https://github.com/getsentry/sentry-capacitor/pull/526))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8180)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.8.0...8.18.0)

## 0.15.0

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.8.0'
s.dependency 'Sentry/HybridSDK', '8.18.0'
s.dependency 'Capacitor'

if File.exist?('../../@capacitor/core/package.json') == false
Expand Down
Empty file modified scripts/update-cocoa.sh
100644 → 100755
Empty file.

0 comments on commit 5d147f6

Please sign in to comment.