Skip to content

Commit 5be017a

Browse files
committed
add both arm64 and x86 libs
1 parent 07d1ebd commit 5be017a

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

RNJuiceboxSdk.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Pod::Spec.new do |s|
1717

1818
s.source_files = "ios/**/*.{h,m,mm,swift}"
1919

20-
s.vendored_libraries = "libjuicebox_sdk_ffi.a"
20+
s.vendored_libraries = "libjuicebox_sdk_ffi_arm64.a"
21+
s.vendored_libraries = "libjuicebox_sdk_ffi_x86.a"
2122
s.dependency "JuiceboxSdk"
2223

2324
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.

libjuicebox_sdk_ffi_arm64.a

48.7 MB
Binary file not shown.
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@phantom/react-native-juicebox-sdk",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "React native SDK for Juicebox",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)