Skip to content

Commit b5853e5

Browse files
committed
chore: updated xcframework
1 parent 984c4fe commit b5853e5

File tree

21 files changed

+86
-22
lines changed

21 files changed

+86
-22
lines changed
128 Bytes
Binary file not shown.
Binary file not shown.
160 Bytes
Binary file not shown.
96 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
#Sun Mar 16 21:42:37 PET 2025
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
34
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-all.zip
45
networkTimeout=10000
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists
8+

example/ios/.xcode.env.local

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export NODE_BINARY=/Users/gerson/.nvm/versions/node/v22.11.0/bin/node

example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ PODS:
315315
- React-jsinspector (0.72.6)
316316
- React-logger (0.72.6):
317317
- glog
318-
- react-native-fast-rsa (2.6.0):
318+
- react-native-fast-rsa (2.6.1):
319319
- RCT-Folly (= 2021.07.22.00)
320320
- React-Core
321321
- React-NativeModulesApple (0.72.6):
@@ -588,7 +588,7 @@ SPEC CHECKSUMS:
588588
React-jsiexecutor: 5b6dd84e7461ae0bd999922cafe1fe3f98ced073
589589
React-jsinspector: 194e32c6aab382d88713ad3dd0025c5f5c4ee072
590590
React-logger: 39440454dfd719978689203a9d18b94e98de09eb
591-
react-native-fast-rsa: 80bc0b93c19bcf2b732522c38185ddb2c33ea332
591+
react-native-fast-rsa: af30dfc464d123b78eef5027ffb3871d81129dd0
592592
React-NativeModulesApple: 90508a0d94b0b66bb2ba14bc3bef65a00f5a8efb
593593
React-perflogger: e3596db7e753f51766bceadc061936ef1472edc3
594594
React-RCTActionSheet: 17ab132c748b4471012abbcdcf5befe860660485

ios/Rsa.xcframework/Info.plist renamed to ios/RSABridge.xcframework/Info.plist

+13-19
Original file line numberDiff line numberDiff line change
@@ -6,48 +6,42 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>librsa_bridge.a</string>
10-
<key>HeadersPath</key>
11-
<string>Headers</string>
9+
<string>RSABridge.framework/RSABridge</string>
1210
<key>LibraryIdentifier</key>
13-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1412
<key>LibraryPath</key>
15-
<string>librsa_bridge.a</string>
13+
<string>RSABridge.framework</string>
1614
<key>SupportedArchitectures</key>
1715
<array>
1816
<string>arm64</string>
17+
<string>x86_64</string>
1918
</array>
2019
<key>SupportedPlatform</key>
2120
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2223
</dict>
2324
<dict>
2425
<key>BinaryPath</key>
25-
<string>librsa_bridge.a</string>
26-
<key>HeadersPath</key>
27-
<string>Headers</string>
26+
<string>RSABridge.framework/RSABridge</string>
2827
<key>LibraryIdentifier</key>
29-
<string>ios-arm64_x86_64-maccatalyst</string>
28+
<string>ios-arm64</string>
3029
<key>LibraryPath</key>
31-
<string>librsa_bridge.a</string>
30+
<string>RSABridge.framework</string>
3231
<key>SupportedArchitectures</key>
3332
<array>
3433
<string>arm64</string>
35-
<string>x86_64</string>
3634
</array>
3735
<key>SupportedPlatform</key>
3836
<string>ios</string>
39-
<key>SupportedPlatformVariant</key>
40-
<string>maccatalyst</string>
4137
</dict>
4238
<dict>
4339
<key>BinaryPath</key>
44-
<string>librsa_bridge.a</string>
45-
<key>HeadersPath</key>
46-
<string>Headers</string>
40+
<string>RSABridge.framework/RSABridge</string>
4741
<key>LibraryIdentifier</key>
48-
<string>ios-arm64_x86_64-simulator</string>
42+
<string>ios-arm64_x86_64-maccatalyst</string>
4943
<key>LibraryPath</key>
50-
<string>librsa_bridge.a</string>
44+
<string>RSABridge.framework</string>
5145
<key>SupportedArchitectures</key>
5246
<array>
5347
<string>arm64</string>
@@ -56,7 +50,7 @@
5650
<key>SupportedPlatform</key>
5751
<string>ios</string>
5852
<key>SupportedPlatformVariant</key>
59-
<string>simulator</string>
53+
<string>maccatalyst</string>
6054
</dict>
6155
</array>
6256
<key>CFBundlePackageType</key>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleExecutable</key>
6+
<string>RSABridge</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>RSABridge</string>
9+
<key>MinimumOSVersion</key>
10+
<string>100.0</string>
11+
<key>CFBundleShortVersionString</key>
12+
<string>1.7.0</string>
13+
<key>CFBundleVersion</key>
14+
<string>1.7.0.1745445032</string>
15+
<key>CFBundlePackageType</key>
16+
<string>FMWK</string>
17+
</dict>
18+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
framework module "RSABridge" {
2+
header "librsa_bridge.h"
3+
export *
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleExecutable</key>
6+
<string>RSABridge</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>RSABridge</string>
9+
<key>MinimumOSVersion</key>
10+
<string>100.0</string>
11+
<key>CFBundleShortVersionString</key>
12+
<string>1.7.0</string>
13+
<key>CFBundleVersion</key>
14+
<string>1.7.0.1745445032</string>
15+
<key>CFBundlePackageType</key>
16+
<string>FMWK</string>
17+
</dict>
18+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
framework module "RSABridge" {
2+
header "librsa_bridge.h"
3+
export *
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleExecutable</key>
6+
<string>RSABridge</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>RSABridge</string>
9+
<key>MinimumOSVersion</key>
10+
<string>100.0</string>
11+
<key>CFBundleShortVersionString</key>
12+
<string>1.7.0</string>
13+
<key>CFBundleVersion</key>
14+
<string>1.7.0.1745445032</string>
15+
<key>CFBundlePackageType</key>
16+
<string>FMWK</string>
17+
</dict>
18+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
framework module "RSABridge" {
2+
header "librsa_bridge.h"
3+
export *
4+
}

react-native-fast-rsa.podspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Pod::Spec.new do |s|
1515
s.source = { :git => "https://github.com/jerson/react-native-fast-rsa.git", :tag => "#{s.version}" }
1616

1717
s.source_files = "ios/*.{h,m,mm}", "cpp/**/*.{hpp,cpp,c,h}"
18-
s.vendored_framework = 'ios/Rsa.xcframework'
18+
s.vendored_framework = 'ios/RSABridge.xcframework'
19+
s.static_framework = true
1920
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2021

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

0 commit comments

Comments
 (0)