Skip to content

Commit 28b3a6f

Browse files
committed
add NodeDecoder
1 parent c4ba104 commit 28b3a6f

File tree

8 files changed

+7
-14
lines changed

8 files changed

+7
-14
lines changed

NodeMobile.xcframework/Info.plist

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,30 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-x86_64-simulator</string>
9+
<string>ios-arm64</string>
1010
<key>LibraryPath</key>
1111
<string>NodeMobile.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
14-
<string>x86_64</string>
14+
<string>arm64</string>
1515
</array>
1616
<key>SupportedPlatform</key>
1717
<string>ios</string>
18-
<key>SupportedPlatformVariant</key>
19-
<string>simulator</string>
2018
</dict>
2119
<dict>
2220
<key>LibraryIdentifier</key>
23-
<string>ios-arm64</string>
21+
<string>ios-arm64_x86_64-simulator</string>
2422
<key>LibraryPath</key>
2523
<string>NodeMobile.framework</string>
2624
<key>SupportedArchitectures</key>
2725
<array>
2826
<string>arm64</string>
27+
<string>x86_64</string>
2928
</array>
3029
<key>SupportedPlatform</key>
3130
<string>ios</string>
31+
<key>SupportedPlatformVariant</key>
32+
<string>simulator</string>
3233
</dict>
3334
</array>
3435
<key>CFBundlePackageType</key>
Binary file not shown.
Binary file not shown.

NodeMobile.xcframework/ios-x86_64-simulator/NodeMobile.framework/_CodeSignature/CodeResources renamed to NodeMobile.xcframework/ios-arm64_x86_64-simulator/NodeMobile.framework/_CodeSignature/CodeResources

+1-9
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</data>
1111
<key>Info.plist</key>
1212
<data>
13-
8q+7zSqegECN5oy/KM0uTzvgbRw=
13+
aWw5EXBxCy6oPBZNQY7R9s4Onpk=
1414
</data>
1515
<key>Modules/module.modulemap</key>
1616
<data>
@@ -21,21 +21,13 @@
2121
<dict>
2222
<key>Headers/NodeMobile.h</key>
2323
<dict>
24-
<key>hash</key>
25-
<data>
26-
mF47sN2uVEfcc44M+Ts30qyt+sA=
27-
</data>
2824
<key>hash2</key>
2925
<data>
3026
BLGBl3j2fTKtCcd+bJRpaMNIx7lO8YRfl3x+rVGo2W4=
3127
</data>
3228
</dict>
3329
<key>Modules/module.modulemap</key>
3430
<dict>
35-
<key>hash</key>
36-
<data>
37-
LlklFmK+9CCXWP6ea9o221xO94Q=
38-
</data>
3931
<key>hash2</key>
4032
<data>
4133
3spVroB0IAFkCKGNs2U/lCeTGsB1jOpnMEnEVjV52Os=

0 commit comments

Comments
 (0)