Skip to content

Commit 50bdfad

Browse files
github-actions[bot]web-flowvaind
authored
chore(deps): update Cocoa SDK to v8.24.0 (#1986)
* chore: update flutter/scripts/update-cocoa.sh to 8.24.0 * rollback binding.dart * fix generated bindings for swift in cocoa 8.22.0 --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Ivan Dlugos <[email protected]>
1 parent 5b4cd6f commit 50bdfad

File tree

6 files changed

+3976
-4211
lines changed

6 files changed

+3976
-4211
lines changed

CHANGELOG.md

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

77
- Timing metric aggregates metrics in the created span ([#1994](https://github.com/getsentry/sentry-dart/pull/1994))
88

9+
### Dependencies
10+
11+
- Bump Cocoa SDK from v8.21.0 to v8.24.0 ([#1986](https://github.com/getsentry/sentry-dart/pull/1986))
12+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8240)
13+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.21.0...8.24.0)
14+
915
## 8.0.0
1016

1117
This release contains breaking changes, please read the changelog carefully.

flutter/ffi-cocoa.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ output: lib/src/native/cocoa/binding.dart
55
headers:
66
entry-points:
77
- ./cocoa_bindings_temp/Sentry.framework/Versions/A/PrivateHeaders/PrivateSentrySDKOnly.h
8-
- ./cocoa_bindings_temp/Sentry.framework/Versions/A/Headers/SentryId.h
8+
- ./cocoa_bindings_temp/Sentry.framework/Versions/A/Headers/Sentry-Swift.h
99
compiler-opts:
1010
- -DSENTRY_TARGET_PROFILING_SUPPORTED=1
1111
- -DCOCOAPODS=1
@@ -16,3 +16,5 @@ objc-interfaces:
1616
include:
1717
- PrivateSentrySDKOnly
1818
- SentryId
19+
module:
20+
'SentryId': 'Sentry'

flutter/ios/sentry_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa.
1616
:tag => s.version.to_s }
1717
s.source_files = 'Classes/**/*'
1818
s.public_header_files = 'Classes/**/*.h'
19-
s.dependency 'Sentry/HybridSDK', '8.21.0'
19+
s.dependency 'Sentry/HybridSDK', '8.24.0'
2020
s.ios.dependency 'Flutter'
2121
s.osx.dependency 'FlutterMacOS'
2222
s.ios.deployment_target = '12.0'

0 commit comments

Comments
 (0)