Skip to content

Commit e6c49a7

Browse files
committed
fix: update frameworks to use statically linked builds
1 parent f50c83d commit e6c49a7

File tree

36 files changed

+41
-161
lines changed

36 files changed

+41
-161
lines changed

Frameworks/ccryptocpp.xcframework/Info.plist

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,30 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>libcrypto_c_exports.framework/libcrypto_c_exports</string>
9+
<string>libcrypto_c_exports.a</string>
10+
<key>HeadersPath</key>
11+
<string>Headers</string>
1012
<key>LibraryIdentifier</key>
11-
<string>ios-arm64_x86_64-simulator</string>
13+
<string>macos-arm64_x86_64</string>
1214
<key>LibraryPath</key>
13-
<string>libcrypto_c_exports.framework</string>
15+
<string>libcrypto_c_exports.a</string>
1416
<key>SupportedArchitectures</key>
1517
<array>
1618
<string>arm64</string>
1719
<string>x86_64</string>
1820
</array>
1921
<key>SupportedPlatform</key>
20-
<string>ios</string>
21-
<key>SupportedPlatformVariant</key>
22-
<string>simulator</string>
22+
<string>macos</string>
2323
</dict>
2424
<dict>
2525
<key>BinaryPath</key>
26-
<string>libcrypto_c_exports.framework/libcrypto_c_exports</string>
26+
<string>libcrypto_c_exports.a</string>
27+
<key>HeadersPath</key>
28+
<string>Headers</string>
2729
<key>LibraryIdentifier</key>
2830
<string>ios-arm64</string>
2931
<key>LibraryPath</key>
30-
<string>libcrypto_c_exports.framework</string>
32+
<string>libcrypto_c_exports.a</string>
3133
<key>SupportedArchitectures</key>
3234
<array>
3335
<string>arm64</string>
@@ -37,18 +39,22 @@
3739
</dict>
3840
<dict>
3941
<key>BinaryPath</key>
40-
<string>libcrypto_c_exports.framework/libcrypto_c_exports</string>
42+
<string>libcrypto_c_exports.a</string>
43+
<key>HeadersPath</key>
44+
<string>Headers</string>
4145
<key>LibraryIdentifier</key>
42-
<string>macos-arm64_x86_64</string>
46+
<string>ios-arm64_x86_64-simulator</string>
4347
<key>LibraryPath</key>
44-
<string>libcrypto_c_exports.framework</string>
48+
<string>libcrypto_c_exports.a</string>
4549
<key>SupportedArchitectures</key>
4650
<array>
4751
<string>arm64</string>
4852
<string>x86_64</string>
4953
</array>
5054
<key>SupportedPlatform</key>
51-
<string>macos</string>
55+
<string>ios</string>
56+
<key>SupportedPlatformVariant</key>
57+
<string>simulator</string>
5258
</dict>
5359
</array>
5460
<key>CFBundlePackageType</key>
Binary file not shown.

Frameworks/ccryptocpp.xcframework/ios-arm64/libcrypto_c_exports.framework/Info.plist

Lines changed: 0 additions & 22 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

Frameworks/ccryptocpp.xcframework/ios-arm64_x86_64-simulator/libcrypto_c_exports.framework/Info.plist

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)