Skip to content

Commit

Permalink
update cocoa bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Sep 7, 2023
1 parent ae34a42 commit 8367da2
Show file tree
Hide file tree
Showing 2 changed files with 569 additions and 186 deletions.
4 changes: 3 additions & 1 deletion flutter/ffi-cocoa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ headers:
entry-points:
# - ./example/macos/Pods/Sentry/Sources/Sentry/include/HybridPublic/PrivateSentrySDKOnly.h
- ./example/build/macos/Build/Products/Release/Sentry/Sentry.framework/Headers/PrivateSentrySDKOnly.h
- ./example/build/macos/Build/Products/Release/Sentry/Sentry.framework/Headers/SentryId.h
compiler-opts:
- -DSENTRY_TARGET_PROFILING_SUPPORTED=1
- -DCOCOAPODS=1
# - '-I./example/macos/Pods/Sentry/Sources/Sentry/Public'
exclude-all-by-default: true
objc-interfaces:
include:
- PrivateSentrySDKOnly
- PrivateSentrySDKOnly
- SentryId
Loading

0 comments on commit 8367da2

Please sign in to comment.