Skip to content

Commit 07d1ebd

Browse files
committed
use x86 ffi instead for ios non sim builds
1 parent 3e83409 commit 07d1ebd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

RNJuiceboxSdk.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
s.source_files = "ios/**/*.{h,m,mm,swift}"
1919

2020
s.vendored_libraries = "libjuicebox_sdk_ffi.a"
21-
s.dependency "JuiceboxSdk", "~> 0.3.0"
21+
s.dependency "JuiceboxSdk"
2222

2323
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
2424
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.

libjuicebox_sdk_ffi.a

-25.3 MB
Binary file not shown.

package.json

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

0 commit comments

Comments
 (0)