Skip to content

Commit 2d4fd8b

Browse files
chore: update flutter/scripts/update-cocoa.sh to 8.15.0 (#1712)
Co-authored-by: GitHub <[email protected]>
1 parent f6f3d25 commit 2d4fd8b

File tree

3 files changed

+126
-322
lines changed

3 files changed

+126
-322
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
- Bump Android SDK from v6.32.0 to v6.33.1 ([#1710](https://github.com/getsentry/sentry-dart/pull/1710), [#1713](https://github.com/getsentry/sentry-dart/pull/1713))
1313
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6331)
1414
- [diff](https://github.com/getsentry/sentry-java/compare/6.32.0...6.33.1)
15+
- Bump Cocoa SDK from v8.14.2 to v8.15.0 ([#1712](https://github.com/getsentry/sentry-dart/pull/1712))
16+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8150)
17+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.14.2...8.15.0)
1518

1619
## 7.12.0
1720

flutter/ios/sentry_flutter.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
1212
:tag => s.version.to_s }
1313
s.source_files = 'Classes/**/*'
1414
s.public_header_files = 'Classes/**/*.h'
15-
s.dependency 'Sentry/HybridSDK', '8.14.2'
15+
s.dependency 'Sentry/HybridSDK', '8.15.0'
1616
s.ios.dependency 'Flutter'
1717
s.osx.dependency 'FlutterMacOS'
1818
s.ios.deployment_target = '11.0'

0 commit comments

Comments
 (0)