Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa443b4

Browse files
committedAug 12, 2023
feat: add x86_64 simulator support
1 parent 94f9ad1 commit aa443b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎Sources/libdkls/libdkls.xcframework/Info.plist

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64-simulator</string>
9+
<string>ios-arm64_x86_64-simulator</string>
1010
<key>LibraryPath</key>
1111
<string>libdkls.a</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15+
<string>x86_64</string>
1516
</array>
1617
<key>SupportedPlatform</key>
1718
<string>ios</string>

0 commit comments

Comments
 (0)