Skip to content

Commit e532a5b

Browse files
authored
Updated iOS sim libs with latest version with x86_64 included. (#8)
* Updated ios sim libs with latest version. * Updated version.
1 parent 2326828 commit e532a5b

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "RapidsnarkExample",
3-
"version": "0.0.1-alpha.3",
3+
"version": "0.0.1-alpha.4",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

ios/Frameworks/Rapidsnark.xcframework/Info.plist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,33 @@
88
<key>BinaryPath</key>
99
<string>librapidsnarkmerged.a</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_arm64e_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>librapidsnarkmerged.a</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>arm64e</string>
18+
<string>x86_64</string>
1719
</array>
1820
<key>SupportedPlatform</key>
1921
<string>ios</string>
22+
<key>SupportedPlatformVariant</key>
23+
<string>simulator</string>
2024
</dict>
2125
<dict>
2226
<key>BinaryPath</key>
2327
<string>librapidsnarkmerged.a</string>
2428
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_arm64e_x86_64-simulator</string>
29+
<string>ios-arm64</string>
2630
<key>LibraryPath</key>
2731
<string>librapidsnarkmerged.a</string>
2832
<key>SupportedArchitectures</key>
2933
<array>
3034
<string>arm64</string>
31-
<string>arm64e</string>
32-
<string>x86_64</string>
3335
</array>
3436
<key>SupportedPlatform</key>
3537
<string>ios</string>
36-
<key>SupportedPlatformVariant</key>
37-
<string>simulator</string>
3838
</dict>
3939
</array>
4040
<key>CFBundlePackageType</key>
0 Bytes
Binary file not shown.
6.36 MB
Binary file not shown.

ios_xcframework/Rapidsnark.xcframework/Info.plist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,33 @@
88
<key>BinaryPath</key>
99
<string>librapidsnarkmerged.a</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_arm64e_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>librapidsnarkmerged.a</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>arm64e</string>
18+
<string>x86_64</string>
1719
</array>
1820
<key>SupportedPlatform</key>
1921
<string>ios</string>
22+
<key>SupportedPlatformVariant</key>
23+
<string>simulator</string>
2024
</dict>
2125
<dict>
2226
<key>BinaryPath</key>
2327
<string>librapidsnarkmerged.a</string>
2428
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_arm64e_x86_64-simulator</string>
29+
<string>ios-arm64</string>
2630
<key>LibraryPath</key>
2731
<string>librapidsnarkmerged.a</string>
2832
<key>SupportedArchitectures</key>
2933
<array>
3034
<string>arm64</string>
31-
<string>arm64e</string>
32-
<string>x86_64</string>
3335
</array>
3436
<key>SupportedPlatform</key>
3537
<string>ios</string>
36-
<key>SupportedPlatformVariant</key>
37-
<string>simulator</string>
3838
</dict>
3939
</array>
4040
<key>CFBundlePackageType</key>
0 Bytes
Binary file not shown.
6.36 MB
Binary file not shown.
0 Bytes
Binary file not shown.

ios_xcframework/libs_sim/libfq.a

228 KB
Binary file not shown.

ios_xcframework/libs_sim/libfr.a

228 KB
Binary file not shown.

0 commit comments

Comments
 (0)