Skip to content

Commit

Permalink
chore(deps): update Cocoa SDK to v8.24.0 (#1986)
Browse files Browse the repository at this point in the history
* 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 <noreply@github.com>
Co-authored-by: Ivan Dlugos <dlugos.ivan@gmail.com>
  • Loading branch information
3 people committed Apr 23, 2024
1 parent 5b4cd6f commit 50bdfad
Show file tree
Hide file tree
Showing 6 changed files with 3,976 additions and 4,211 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

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

### Dependencies

- Bump Cocoa SDK from v8.21.0 to v8.24.0 ([#1986](https://github.com/getsentry/sentry-dart/pull/1986))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8240)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.21.0...8.24.0)

## 8.0.0

This release contains breaking changes, please read the changelog carefully.
Expand Down
4 changes: 3 additions & 1 deletion flutter/ffi-cocoa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ output: lib/src/native/cocoa/binding.dart
headers:
entry-points:
- ./cocoa_bindings_temp/Sentry.framework/Versions/A/PrivateHeaders/PrivateSentrySDKOnly.h
- ./cocoa_bindings_temp/Sentry.framework/Versions/A/Headers/SentryId.h
- ./cocoa_bindings_temp/Sentry.framework/Versions/A/Headers/Sentry-Swift.h
compiler-opts:
- -DSENTRY_TARGET_PROFILING_SUPPORTED=1
- -DCOCOAPODS=1
Expand All @@ -16,3 +16,5 @@ objc-interfaces:
include:
- PrivateSentrySDKOnly
- SentryId
module:
'SentryId': 'Sentry'
2 changes: 1 addition & 1 deletion flutter/ios/sentry_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.21.0'
s.dependency 'Sentry/HybridSDK', '8.24.0'
s.ios.dependency 'Flutter'
s.osx.dependency 'FlutterMacOS'
s.ios.deployment_target = '12.0'
Expand Down
Loading

0 comments on commit 50bdfad

Please sign in to comment.