Skip to content

Commit

Permalink
feat: add x86_64 simulator support
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Aug 12, 2023
1 parent 94f9ad1 commit aa443b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/libdkls/libdkls.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64-simulator</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>libdkls.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
Expand Down
Binary file not shown.

0 comments on commit aa443b4

Please sign in to comment.