Skip to content

Commit

Permalink
ios compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Trukhin authored and Nikolai Trukhin committed Mar 16, 2024
1 parent 93676d9 commit 2ecb68d
Show file tree
Hide file tree
Showing 8 changed files with 772 additions and 13 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
/target

/include

/Example.xcframework/ios-arm64/Example.framework/*
/Example.xcframework/ios-arm64/Example.framework/Headers/*
!/Example.xcframework/ios-arm64/Example.framework/Info.plist
!/Example.xcframework/ios-arm64/Example.framework/Modules
!/Example.xcframework/ios-arm64/Example.framework/Headers
!/Example.xcframework/ios-arm64/Example.framework/Headers/exampleFFI.h

/Example.xcframework/ios-arm64_x86_64-simulator/Example.framework/*
/Example.xcframework/ios-arm64_x86_64-simulator/Example.framework/Headers/*
!/Example.xcframework/ios-arm64_x86_64-simulator/Example.framework/Info.plist
!/Example.xcframework/ios-arm64_x86_64-simulator/Example.framework/Modules
!/Example.xcframework/ios-arm64_x86_64-simulator/Example.framework/Headers
!/Example.xcframework/ios-arm64_x86_64-simulator/Example.framework/Headers/exampleFFI.h
Loading

0 comments on commit 2ecb68d

Please sign in to comment.