Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update cocoa bindings
  • Loading branch information
vaind committed Sep 7, 2023
commit 8367da2a088bb6e5ece64d09d53f074233b26ba2
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