Skip to content

Commit 50f63d4

Browse files
committed
change switch package manager plugin
1 parent 8c2d819 commit 50f63d4

File tree

32 files changed

+993
-45
lines changed

32 files changed

+993
-45
lines changed

YChat-1.4.0.zip

9.72 MB
Binary file not shown.

YChat.xcframework/Info.plist

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,45 +8,45 @@
88
<key>DebugSymbolsPath</key>
99
<string>dSYMs</string>
1010
<key>LibraryIdentifier</key>
11-
<string>macos-x86_64</string>
11+
<string>ios-arm64</string>
1212
<key>LibraryPath</key>
1313
<string>YChat.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
16-
<string>x86_64</string>
16+
<string>arm64</string>
1717
</array>
1818
<key>SupportedPlatform</key>
19-
<string>macos</string>
19+
<string>ios</string>
2020
</dict>
2121
<dict>
22-
<key>DebugSymbolsPath</key>
23-
<string>dSYMs</string>
2422
<key>LibraryIdentifier</key>
25-
<string>ios-x86_64-simulator</string>
23+
<string>macos-arm64_x86_64</string>
2624
<key>LibraryPath</key>
2725
<string>YChat.framework</string>
2826
<key>SupportedArchitectures</key>
2927
<array>
28+
<string>arm64</string>
3029
<string>x86_64</string>
3130
</array>
3231
<key>SupportedPlatform</key>
33-
<string>ios</string>
34-
<key>SupportedPlatformVariant</key>
35-
<string>simulator</string>
32+
<string>macos</string>
3633
</dict>
3734
<dict>
3835
<key>DebugSymbolsPath</key>
3936
<string>dSYMs</string>
4037
<key>LibraryIdentifier</key>
41-
<string>ios-arm64</string>
38+
<string>ios-arm64_x86_64-simulator</string>
4239
<key>LibraryPath</key>
4340
<string>YChat.framework</string>
4441
<key>SupportedArchitectures</key>
4542
<array>
4643
<string>arm64</string>
44+
<string>x86_64</string>
4745
</array>
4846
<key>SupportedPlatform</key>
4947
<string>ios</string>
48+
<key>SupportedPlatformVariant</key>
49+
<string>simulator</string>
5050
</dict>
5151
</array>
5252
<key>CFBundlePackageType</key>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
File renamed without changes.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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>YChat</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>co.yml.ychat.YChat</string>
9+
<key>CFBundleInfoDictionaryVersion</key>
10+
<string>6.0</string>
11+
<key>CFBundleName</key>
12+
<string>YChat</string>
13+
<key>CFBundlePackageType</key>
14+
<string>FMWK</string>
15+
<key>CFBundleShortVersionString</key>
16+
<string>1.0</string>
17+
<key>CFBundleSupportedPlatforms</key>
18+
<array>
19+
<string>iPhoneOS</string>
20+
</array>
21+
<key>CFBundleVersion</key>
22+
<string>1</string>
23+
<key>MinimumOSVersion</key>
24+
<string>9.0</string>
25+
<key>UIDeviceFamily</key>
26+
<array>
27+
<integer>1</integer>
28+
<integer>2</integer>
29+
</array>
30+
</dict>
31+
</plist>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
framework module YChat {
2+
umbrella header "YChat.h"
3+
4+
export *
5+
module * { export * }
6+
}
25.4 MB
Binary file not shown.
File renamed without changes.
4.22 MB
Binary file not shown.

0 commit comments

Comments
 (0)