diff --git a/android/src/main/jniLibs/arm64-v8a/libpubkycore.so b/android/src/main/jniLibs/arm64-v8a/libpubkycore.so index 96c6750..ff055a3 100755 Binary files a/android/src/main/jniLibs/arm64-v8a/libpubkycore.so and b/android/src/main/jniLibs/arm64-v8a/libpubkycore.so differ diff --git a/android/src/main/jniLibs/armeabi-v7a/libpubkycore.so b/android/src/main/jniLibs/armeabi-v7a/libpubkycore.so index 79cbcc0..3233aea 100755 Binary files a/android/src/main/jniLibs/armeabi-v7a/libpubkycore.so and b/android/src/main/jniLibs/armeabi-v7a/libpubkycore.so differ diff --git a/android/src/main/jniLibs/x86/libpubkycore.so b/android/src/main/jniLibs/x86/libpubkycore.so index bd8c3d5..e258da5 100755 Binary files a/android/src/main/jniLibs/x86/libpubkycore.so and b/android/src/main/jniLibs/x86/libpubkycore.so differ diff --git a/android/src/main/jniLibs/x86_64/libpubkycore.so b/android/src/main/jniLibs/x86_64/libpubkycore.so index 1f06d2a..cf0ae10 100755 Binary files a/android/src/main/jniLibs/x86_64/libpubkycore.so and b/android/src/main/jniLibs/x86_64/libpubkycore.so differ diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 8e5de0d..fcba584 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1237,7 +1237,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-pubky (0.9.4): + - react-native-pubky (0.9.5): - DoubleConversion - glog - hermes-engine @@ -1757,7 +1757,7 @@ SPEC CHECKSUMS: React-logger: 4072f39df335ca443932e0ccece41fbeb5ca8404 React-Mapbuffer: 714f2fae68edcabfc332b754e9fbaa8cfc68fdd4 React-microtasksnativemodule: 4943ad8f99be8ccf5a63329fa7d269816609df9e - react-native-pubky: 8369ac9f811464860401efcaada4ef5a03d71dbf + react-native-pubky: 7c1f0436da7e93cd17fc7aa22ff3f89c6cb3445d React-nativeconfig: 4a9543185905fe41014c06776bf126083795aed9 React-NativeModulesApple: 0506da59fc40d2e1e6e12a233db5e81c46face27 React-perflogger: 3bbb82f18e9ac29a1a6931568e99d6305ef4403b @@ -1789,4 +1789,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 8e3998c3768d2f2ed5f00c381f50bace44e02e3f -COCOAPODS: 1.15.2 +COCOAPODS: 1.16.2 diff --git a/ios/Frameworks/PubkyCore.xcframework/Info.plist b/ios/Frameworks/PubkyCore.xcframework/Info.plist index ed336bd..d2c2fe2 100644 --- a/ios/Frameworks/PubkyCore.xcframework/Info.plist +++ b/ios/Frameworks/PubkyCore.xcframework/Info.plist @@ -4,6 +4,22 @@ AvailableLibraries + + BinaryPath + libpubkycore.a + HeadersPath + Headers + LibraryIdentifier + ios-arm64 + LibraryPath + libpubkycore.a + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + BinaryPath libpubkycore.a @@ -22,22 +38,6 @@ SupportedPlatformVariant simulator - - BinaryPath - libpubkycore.a - HeadersPath - Headers - LibraryIdentifier - ios-arm64 - LibraryPath - libpubkycore.a - SupportedArchitectures - - arm64 - - SupportedPlatform - ios - CFBundlePackageType XFWK diff --git a/ios/Frameworks/PubkyCore.xcframework/ios-arm64-simulator/libpubkycore.a b/ios/Frameworks/PubkyCore.xcframework/ios-arm64-simulator/libpubkycore.a index 85948a0..9a42f22 100644 Binary files a/ios/Frameworks/PubkyCore.xcframework/ios-arm64-simulator/libpubkycore.a and b/ios/Frameworks/PubkyCore.xcframework/ios-arm64-simulator/libpubkycore.a differ diff --git a/ios/Frameworks/PubkyCore.xcframework/ios-arm64/libpubkycore.a b/ios/Frameworks/PubkyCore.xcframework/ios-arm64/libpubkycore.a index 1e712c4..e1d0172 100644 Binary files a/ios/Frameworks/PubkyCore.xcframework/ios-arm64/libpubkycore.a and b/ios/Frameworks/PubkyCore.xcframework/ios-arm64/libpubkycore.a differ diff --git a/package.json b/package.json index 098205e..752dab1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@synonymdev/react-native-pubky", - "version": "0.9.4", + "version": "0.9.5", "description": "React Native Implementation of Pubky", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js", @@ -46,7 +46,7 @@ "example:ios": "cd example && cd ios && rm -rf Pods && cd ../ && npm i && bundle install && npm run build:ios && npm run ios", "example:android": "cd example && npm i && npm run build:android && npm run android", "reinstall": "yarn install && npm run clean && npm run prepare", - "cargo-build": "yarn install && node setup-rust.js && cd rust && cargo build && cd pubky && cargo build && cd pubky && cargo build && cd ../ && cd pubky-common && cargo build && cd ../ && cd pubky-homeserver && cargo build && cd ../../../", + "cargo-build": "yarn install && node setup-rust.js && cd rust && cargo build && cd ../", "update-local-bindings:ios": "npm run cargo-build && cd rust && ./build.sh ios && cd ../ && node setup-local-ios-bindings.js && npm run reinstall", "update-local-bindings:android": "npm run cargo-build && cd rust && ./build.sh android && cd ../ && node setup-local-android-bindings.js && npm run reinstall", "update-local-bindings": "npm run reinstall && npm run cargo-build && npm run update-local-bindings:ios && npm run update-local-bindings:android",