Skip to content

Commit

Permalink
chore(deps): update Cocoa SDK to v8.40.1 (#2394)
Browse files Browse the repository at this point in the history
* chore: update flutter/scripts/update-cocoa.sh to 8.40.1

* fix cocoa bindings generator

* cleanup

---------

Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: Ivan Dlugos <dlugos.ivan@gmail.com>
  • Loading branch information
3 people authored Nov 7, 2024
1 parent acaa2d3 commit 1bbb79f
Show file tree
Hide file tree
Showing 4 changed files with 3,609 additions and 3,591 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
- Bump Android SDK from v7.15.0 to v7.16.0 ([#2373](https://github.com/getsentry/sentry-dart/pull/2373))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7160)
- [diff](https://github.com/getsentry/sentry-java/compare/7.15.0...7.16.0)
- Bump Cocoa SDK from v8.37.0 to v8.40.1 ([#2394](https://github.com/getsentry/sentry-dart/pull/2394))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8401)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.37.0...8.40.1)

## 8.10.0-beta.2

Expand Down
8 changes: 4 additions & 4 deletions flutter/ffi-cocoa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ language: objc
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/Sentry-Swift.h
- ./temp/Sentry.framework/PrivateHeaders/PrivateSentrySDKOnly.h
- ./temp/Sentry.framework/Headers/Sentry-Swift.h
compiler-opts:
- -DSENTRY_TARGET_PROFILING_SUPPORTED=1
- -DCOCOAPODS=1
- '-I./cocoa_bindings_temp/Sentry.framework/Versions/A/Headers/'
- '-I./cocoa_bindings_temp/Sentry.framework/Versions/A/PrivateHeaders/'
- '-I./temp/Sentry.framework/Headers/'
- '-I./temp/Sentry.framework/PrivateHeaders/'
exclude-all-by-default: true
objc-interfaces:
include:
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 @@ -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.37.0'
s.dependency 'Sentry/HybridSDK', '8.40.1'
s.ios.dependency 'Flutter'
s.osx.dependency 'FlutterMacOS'
s.ios.deployment_target = '12.0'
Expand Down
Loading

0 comments on commit 1bbb79f

Please sign in to comment.