Skip to content

Commit

Permalink
v7: update cocoa to 8.25.0 (#2023)
Browse files Browse the repository at this point in the history
* Update

* Update CHANGELOG
  • Loading branch information
buenaflor authored Apr 29, 2024
1 parent 1b1430f commit 823aa91
Show file tree
Hide file tree
Showing 6 changed files with 3,958 additions and 4,154 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

### Dependencies

- Bump Cocoa SDK from v8.21.0 to v8.25.0 ([#2018](https://github.com/getsentry/sentry-dart/pull/2018))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8250)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.21.0...8.25.0)
- Expand dependency range of `package_info_plus` to allow an open range starting from version 1 ([#2024](https://github.com/getsentry/sentry-dart/pull/2024))

## 7.20.0
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.25.0'
s.ios.dependency 'Flutter'
s.osx.dependency 'FlutterMacOS'
s.ios.deployment_target = '11.0'
Expand Down
Loading

0 comments on commit 823aa91

Please sign in to comment.