Skip to content

Commit b170a9a

Browse files
committed
Update framework
1 parent 5debc52 commit b170a9a

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

Frameworks/libcel.xcframework/Info.plist

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,15 @@
1010
<key>HeadersPath</key>
1111
<string>Headers</string>
1212
<key>LibraryIdentifier</key>
13-
<string>watchos-arm64_x86_64-simulator</string>
13+
<string>xros-arm64</string>
1414
<key>LibraryPath</key>
1515
<string>libcel.a</string>
1616
<key>SupportedArchitectures</key>
1717
<array>
1818
<string>arm64</string>
19-
<string>x86_64</string>
2019
</array>
2120
<key>SupportedPlatform</key>
22-
<string>watchos</string>
23-
<key>SupportedPlatformVariant</key>
24-
<string>simulator</string>
21+
<string>xros</string>
2522
</dict>
2623
<dict>
2724
<key>BinaryPath</key>
@@ -48,34 +45,32 @@
4845
<key>HeadersPath</key>
4946
<string>Headers</string>
5047
<key>LibraryIdentifier</key>
51-
<string>xros-arm64</string>
48+
<string>macos-arm64_x86_64</string>
5249
<key>LibraryPath</key>
5350
<string>libcel.a</string>
5451
<key>SupportedArchitectures</key>
5552
<array>
5653
<string>arm64</string>
54+
<string>x86_64</string>
5755
</array>
5856
<key>SupportedPlatform</key>
59-
<string>xros</string>
57+
<string>macos</string>
6058
</dict>
6159
<dict>
6260
<key>BinaryPath</key>
6361
<string>libcel.a</string>
6462
<key>HeadersPath</key>
6563
<string>Headers</string>
6664
<key>LibraryIdentifier</key>
67-
<string>ios-arm64_x86_64-simulator</string>
65+
<string>watchos-arm64_32</string>
6866
<key>LibraryPath</key>
6967
<string>libcel.a</string>
7068
<key>SupportedArchitectures</key>
7169
<array>
72-
<string>arm64</string>
73-
<string>x86_64</string>
70+
<string>arm64_32</string>
7471
</array>
7572
<key>SupportedPlatform</key>
76-
<string>ios</string>
77-
<key>SupportedPlatformVariant</key>
78-
<string>simulator</string>
73+
<string>watchos</string>
7974
</dict>
8075
<dict>
8176
<key>BinaryPath</key>
@@ -117,23 +112,26 @@
117112
<key>HeadersPath</key>
118113
<string>Headers</string>
119114
<key>LibraryIdentifier</key>
120-
<string>watchos-arm64_32</string>
115+
<string>ios-arm64_x86_64-simulator</string>
121116
<key>LibraryPath</key>
122117
<string>libcel.a</string>
123118
<key>SupportedArchitectures</key>
124119
<array>
125-
<string>arm64_32</string>
120+
<string>arm64</string>
121+
<string>x86_64</string>
126122
</array>
127123
<key>SupportedPlatform</key>
128-
<string>watchos</string>
124+
<string>ios</string>
125+
<key>SupportedPlatformVariant</key>
126+
<string>simulator</string>
129127
</dict>
130128
<dict>
131129
<key>BinaryPath</key>
132130
<string>libcel.a</string>
133131
<key>HeadersPath</key>
134132
<string>Headers</string>
135133
<key>LibraryIdentifier</key>
136-
<string>macos-arm64_x86_64</string>
134+
<string>watchos-arm64_x86_64-simulator</string>
137135
<key>LibraryPath</key>
138136
<string>libcel.a</string>
139137
<key>SupportedArchitectures</key>
@@ -142,7 +140,9 @@
142140
<string>x86_64</string>
143141
</array>
144142
<key>SupportedPlatform</key>
145-
<string>macos</string>
143+
<string>watchos</string>
144+
<key>SupportedPlatformVariant</key>
145+
<string>simulator</string>
146146
</dict>
147147
</array>
148148
<key>CFBundlePackageType</key>

0 commit comments

Comments
 (0)