Skip to content

Commit 24adff7

Browse files
committed
Update
1 parent 66d498d commit 24adff7

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

tree_sitter.xcframework/Info.plist

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,19 @@
66
<array>
77
<dict>
88
<key>LibraryIdentifier</key>
9-
<string>ios-arm64_x86_64-simulator</string>
9+
<string>ios-arm64</string>
1010
<key>LibraryPath</key>
1111
<string>tree_sitter.framework</string>
1212
<key>SupportedArchitectures</key>
1313
<array>
1414
<string>arm64</string>
15-
<string>x86_64</string>
1615
</array>
1716
<key>SupportedPlatform</key>
1817
<string>ios</string>
19-
<key>SupportedPlatformVariant</key>
20-
<string>simulator</string>
2118
</dict>
2219
<dict>
2320
<key>LibraryIdentifier</key>
24-
<string>macos-arm64_x86_64</string>
21+
<string>ios-arm64_x86_64-maccatalyst</string>
2522
<key>LibraryPath</key>
2623
<string>tree_sitter.framework</string>
2724
<key>SupportedArchitectures</key>
@@ -30,23 +27,28 @@
3027
<string>x86_64</string>
3128
</array>
3229
<key>SupportedPlatform</key>
33-
<string>macos</string>
30+
<string>ios</string>
31+
<key>SupportedPlatformVariant</key>
32+
<string>maccatalyst</string>
3433
</dict>
3534
<dict>
3635
<key>LibraryIdentifier</key>
37-
<string>ios-arm64</string>
36+
<string>ios-arm64_x86_64-simulator</string>
3837
<key>LibraryPath</key>
3938
<string>tree_sitter.framework</string>
4039
<key>SupportedArchitectures</key>
4140
<array>
4241
<string>arm64</string>
42+
<string>x86_64</string>
4343
</array>
4444
<key>SupportedPlatform</key>
4545
<string>ios</string>
46+
<key>SupportedPlatformVariant</key>
47+
<string>simulator</string>
4648
</dict>
4749
<dict>
4850
<key>LibraryIdentifier</key>
49-
<string>ios-arm64_x86_64-maccatalyst</string>
51+
<string>macos-arm64_x86_64</string>
5052
<key>LibraryPath</key>
5153
<string>tree_sitter.framework</string>
5254
<key>SupportedArchitectures</key>
@@ -55,9 +57,7 @@
5557
<string>x86_64</string>
5658
</array>
5759
<key>SupportedPlatform</key>
58-
<string>ios</string>
59-
<key>SupportedPlatformVariant</key>
60-
<string>maccatalyst</string>
60+
<string>macos</string>
6161
</dict>
6262
</array>
6363
<key>CFBundlePackageType</key>
Binary file not shown.

0 commit comments

Comments
 (0)