Skip to content

Commit

Permalink
chore: update flutter/scripts/update-cocoa.sh to 8.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Nov 7, 2023
1 parent 64af39c commit a52a1fa
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 322 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
- Bump Android SDK from v6.32.0 to v6.33.0 ([#1710](https://github.com/getsentry/sentry-dart/pull/1710))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6330)
- [diff](https://github.com/getsentry/sentry-java/compare/6.32.0...6.33.0)
- Bump Cocoa SDK from v8.14.2 to v8.15.0 ([#1712](https://github.com/getsentry/sentry-dart/pull/1712))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8150)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.14.2...8.15.0)

## 7.12.0

Expand Down
2 changes: 1 addition & 1 deletion flutter/ios/sentry_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
:tag => s.version.to_s }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Sentry/HybridSDK', '8.14.2'
s.dependency 'Sentry/HybridSDK', '8.15.0'
s.ios.dependency 'Flutter'
s.osx.dependency 'FlutterMacOS'
s.ios.deployment_target = '11.0'
Expand Down
Loading

0 comments on commit a52a1fa

Please sign in to comment.