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
Next Next commit
wip: cocoa SDK ffi
  • Loading branch information
vaind committed Aug 31, 2023
commit 66bc8b65466615950bdf6f2dbbcd92a4f256d3c5
16 changes: 16 additions & 0 deletions flutter/ffi-cocoa.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: SentryCocoa
description: Sentry Cocoa SDK FFI binding.
language: objc
output: lib/src/sentry_cocoa.dart
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
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
Loading