Skip to content

Commit 102afda

Browse files
committed
Update framework
1 parent abf703e commit 102afda

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

Frameworks/libcel.xcframework/Info.plist

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,48 +6,46 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>libcel.dylib</string>
9+
<string>libcel.a</string>
1010
<key>HeadersPath</key>
1111
<string>Headers</string>
1212
<key>LibraryIdentifier</key>
13-
<string>ios-arm64</string>
13+
<string>macos-arm64_x86_64</string>
1414
<key>LibraryPath</key>
15-
<string>libcel.dylib</string>
15+
<string>libcel.a</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19+
<string>x86_64</string>
1920
</array>
2021
<key>SupportedPlatform</key>
21-
<string>ios</string>
22+
<string>macos</string>
2223
</dict>
2324
<dict>
2425
<key>BinaryPath</key>
25-
<string>libcel.dylib</string>
26+
<string>libcel.a</string>
2627
<key>HeadersPath</key>
2728
<string>Headers</string>
2829
<key>LibraryIdentifier</key>
29-
<string>ios-arm64_x86_64-maccatalyst</string>
30+
<string>ios-arm64</string>
3031
<key>LibraryPath</key>
31-
<string>libcel.dylib</string>
32+
<string>libcel.a</string>
3233
<key>SupportedArchitectures</key>
3334
<array>
3435
<string>arm64</string>
35-
<string>x86_64</string>
3636
</array>
3737
<key>SupportedPlatform</key>
3838
<string>ios</string>
39-
<key>SupportedPlatformVariant</key>
40-
<string>maccatalyst</string>
4139
</dict>
4240
<dict>
4341
<key>BinaryPath</key>
44-
<string>libcel.dylib</string>
42+
<string>libcel.a</string>
4543
<key>HeadersPath</key>
4644
<string>Headers</string>
4745
<key>LibraryIdentifier</key>
48-
<string>ios-arm64_x86_64-simulator</string>
46+
<string>ios-arm64_x86_64-maccatalyst</string>
4947
<key>LibraryPath</key>
50-
<string>libcel.dylib</string>
48+
<string>libcel.a</string>
5149
<key>SupportedArchitectures</key>
5250
<array>
5351
<string>arm64</string>
@@ -56,24 +54,26 @@
5654
<key>SupportedPlatform</key>
5755
<string>ios</string>
5856
<key>SupportedPlatformVariant</key>
59-
<string>simulator</string>
57+
<string>maccatalyst</string>
6058
</dict>
6159
<dict>
6260
<key>BinaryPath</key>
63-
<string>libcel.dylib</string>
61+
<string>libcel.a</string>
6462
<key>HeadersPath</key>
6563
<string>Headers</string>
6664
<key>LibraryIdentifier</key>
67-
<string>macos-arm64_x86_64</string>
65+
<string>ios-arm64_x86_64-simulator</string>
6866
<key>LibraryPath</key>
69-
<string>libcel.dylib</string>
67+
<string>libcel.a</string>
7068
<key>SupportedArchitectures</key>
7169
<array>
7270
<string>arm64</string>
7371
<string>x86_64</string>
7472
</array>
7573
<key>SupportedPlatform</key>
76-
<string>macos</string>
74+
<string>ios</string>
75+
<key>SupportedPlatformVariant</key>
76+
<string>simulator</string>
7777
</dict>
7878
</array>
7979
<key>CFBundlePackageType</key>
21.9 MB
Binary file not shown.
-1.5 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
44.3 MB
Binary file not shown.
-3.19 MB
Binary file not shown.

Superscript.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Superscript"
3-
s.version = "0.1.13"
3+
s.version = "0.1.14"
44
s.summary = "A Common Expression Language evaluator used in SuperwallKit for iOS"
55
s.description = "The iOS package for Superwall's Common Expression Language evaluator built with Rust"
66
s.homepage = "https://github.com/superwall/Superscript-iOS"

0 commit comments

Comments
 (0)