Skip to content

Commit 13423af

Browse files
committed
chore: updated xcframework
1 parent ea55bdb commit 13423af

File tree

19 files changed

+81
-20
lines changed

19 files changed

+81
-20
lines changed
Binary file not shown.
Binary file not shown.
352 Bytes
Binary file not shown.
Binary file not shown.

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
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-openpgp (2.9.0):
318+
- react-native-fast-openpgp (2.9.1):
319319
- RCT-Folly (= 2021.07.22.00)
320320
- React-Core
321321
- React-NativeModulesApple (0.72.6):
@@ -593,7 +593,7 @@ SPEC CHECKSUMS:
593593
React-jsiexecutor: 5b6dd84e7461ae0bd999922cafe1fe3f98ced073
594594
React-jsinspector: 194e32c6aab382d88713ad3dd0025c5f5c4ee072
595595
React-logger: 39440454dfd719978689203a9d18b94e98de09eb
596-
react-native-fast-openpgp: 0ce5bf02dcc392a03d285759f6ebdabd3d05cb9b
596+
react-native-fast-openpgp: 8f41a15d5f787d5a7c3fff76e38b98dc4fb95030
597597
React-NativeModulesApple: 90508a0d94b0b66bb2ba14bc3bef65a00f5a8efb
598598
React-perflogger: e3596db7e753f51766bceadc061936ef1472edc3
599599
React-RCTActionSheet: 17ab132c748b4471012abbcdcf5befe860660485

ios/Openpgp.xcframework/Info.plist renamed to ios/OpenPGPBridge.xcframework/Info.plist

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>libopenpgp_bridge.a</string>
10-
<key>HeadersPath</key>
11-
<string>Headers</string>
9+
<string>OpenPGPBridge.framework/OpenPGPBridge</string>
1210
<key>LibraryIdentifier</key>
1311
<string>ios-arm64_x86_64-maccatalyst</string>
1412
<key>LibraryPath</key>
15-
<string>libopenpgp_bridge.a</string>
13+
<string>OpenPGPBridge.framework</string>
1614
<key>SupportedArchitectures</key>
1715
<array>
1816
<string>arm64</string>
@@ -25,38 +23,34 @@
2523
</dict>
2624
<dict>
2725
<key>BinaryPath</key>
28-
<string>libopenpgp_bridge.a</string>
29-
<key>HeadersPath</key>
30-
<string>Headers</string>
26+
<string>OpenPGPBridge.framework/OpenPGPBridge</string>
3127
<key>LibraryIdentifier</key>
32-
<string>ios-arm64</string>
28+
<string>ios-arm64_x86_64-simulator</string>
3329
<key>LibraryPath</key>
34-
<string>libopenpgp_bridge.a</string>
30+
<string>OpenPGPBridge.framework</string>
3531
<key>SupportedArchitectures</key>
3632
<array>
3733
<string>arm64</string>
34+
<string>x86_64</string>
3835
</array>
3936
<key>SupportedPlatform</key>
4037
<string>ios</string>
38+
<key>SupportedPlatformVariant</key>
39+
<string>simulator</string>
4140
</dict>
4241
<dict>
4342
<key>BinaryPath</key>
44-
<string>libopenpgp_bridge.a</string>
45-
<key>HeadersPath</key>
46-
<string>Headers</string>
43+
<string>OpenPGPBridge.framework/OpenPGPBridge</string>
4744
<key>LibraryIdentifier</key>
48-
<string>ios-arm64_x86_64-simulator</string>
45+
<string>ios-arm64</string>
4946
<key>LibraryPath</key>
50-
<string>libopenpgp_bridge.a</string>
47+
<string>OpenPGPBridge.framework</string>
5148
<key>SupportedArchitectures</key>
5249
<array>
5350
<string>arm64</string>
54-
<string>x86_64</string>
5551
</array>
5652
<key>SupportedPlatform</key>
5753
<string>ios</string>
58-
<key>SupportedPlatformVariant</key>
59-
<string>simulator</string>
6054
</dict>
6155
</array>
6256
<key>CFBundlePackageType</key>
Lines changed: 18 additions & 0 deletions
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>OpenPGPBridge</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>OpenPGPBridge</string>
9+
<key>MinimumOSVersion</key>
10+
<string>100.0</string>
11+
<key>CFBundleShortVersionString</key>
12+
<string>1.13.0</string>
13+
<key>CFBundleVersion</key>
14+
<string>1.13.0.1745445221</string>
15+
<key>CFBundlePackageType</key>
16+
<string>FMWK</string>
17+
</dict>
18+
</plist>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
framework module "OpenPGPBridge" {
2+
header "libopenpgp_bridge.h"
3+
export *
4+
}

0 commit comments

Comments
 (0)