Skip to content

Commit 8367da2

Browse files
committed
update cocoa bindings
1 parent ae34a42 commit 8367da2

File tree

2 files changed

+569
-186
lines changed

2 files changed

+569
-186
lines changed

flutter/ffi-cocoa.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ headers:
66
entry-points:
77
# - ./example/macos/Pods/Sentry/Sources/Sentry/include/HybridPublic/PrivateSentrySDKOnly.h
88
- ./example/build/macos/Build/Products/Release/Sentry/Sentry.framework/Headers/PrivateSentrySDKOnly.h
9+
- ./example/build/macos/Build/Products/Release/Sentry/Sentry.framework/Headers/SentryId.h
910
compiler-opts:
1011
- -DSENTRY_TARGET_PROFILING_SUPPORTED=1
1112
- -DCOCOAPODS=1
1213
# - '-I./example/macos/Pods/Sentry/Sources/Sentry/Public'
1314
exclude-all-by-default: true
1415
objc-interfaces:
1516
include:
16-
- PrivateSentrySDKOnly
17+
- PrivateSentrySDKOnly
18+
- SentryId

0 commit comments

Comments
 (0)