Skip to content

Commit

Permalink
Updated iOS sim libs with latest version with x86_64 included. (#8)
Browse files Browse the repository at this point in the history
* Updated ios sim libs with latest version.

* Updated version.
  • Loading branch information
5eeman authored Jun 3, 2024
1 parent 2326828 commit e532a5b
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RapidsnarkExample",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.4",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
12 changes: 6 additions & 6 deletions ios/Frameworks/Rapidsnark.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,33 @@
<key>BinaryPath</key>
<string>librapidsnarkmerged.a</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_arm64e_x86_64-simulator</string>
<key>LibraryPath</key>
<string>librapidsnarkmerged.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64e</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>librapidsnarkmerged.a</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_arm64e_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>librapidsnarkmerged.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64e</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
12 changes: 6 additions & 6 deletions ios_xcframework/Rapidsnark.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,33 +8,33 @@
<key>BinaryPath</key>
<string>librapidsnarkmerged.a</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_arm64e_x86_64-simulator</string>
<key>LibraryPath</key>
<string>librapidsnarkmerged.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64e</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>librapidsnarkmerged.a</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_arm64e_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>librapidsnarkmerged.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>arm64e</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified ios_xcframework/libs_ios/librapidsnarkmerged.a
Binary file not shown.
Binary file modified ios_xcframework/libs_sim/libfq.a
Binary file not shown.
Binary file modified ios_xcframework/libs_sim/libfr.a
Binary file not shown.
Binary file modified ios_xcframework/libs_sim/libgmp.a
Binary file not shown.
Binary file modified ios_xcframework/libs_sim/librapidsnark.a
Binary file not shown.
Binary file modified ios_xcframework/libs_sim/librapidsnarkmerged.a
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iden3/react-native-rapidsnark",
"version": "0.0.1-alpha.3",
"version": "0.0.1-alpha.4",
"description": "React-native wrapper for rapidsnark",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit e532a5b

Please sign in to comment.