Skip to content

Commit 7d0106c

Browse files
committed
feature: update macos version
1 parent 9949d8f commit 7d0106c

File tree

10 files changed

+77
-11
lines changed

10 files changed

+77
-11
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let package = Package(
55
name: "YChat",
66
platforms: [
77
.iOS(.v13),
8-
.macOS(.v10.0)
8+
.macOS(.v11)
99
],
1010
products: [
1111
.library(

YChat-1.4.0.zip

3.37 MB
Binary file not shown.

YChat.xcframework/Info.plist

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,42 +5,48 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8+
<key>DebugSymbolsPath</key>
9+
<string>dSYMs</string>
810
<key>LibraryIdentifier</key>
9-
<string>ios-x86_64-simulator</string>
11+
<string>ios-arm64</string>
1012
<key>LibraryPath</key>
1113
<string>YChat.framework</string>
1214
<key>SupportedArchitectures</key>
1315
<array>
14-
<string>x86_64</string>
16+
<string>arm64</string>
1517
</array>
1618
<key>SupportedPlatform</key>
1719
<string>ios</string>
18-
<key>SupportedPlatformVariant</key>
19-
<string>simulator</string>
2020
</dict>
2121
<dict>
22+
<key>DebugSymbolsPath</key>
23+
<string>dSYMs</string>
2224
<key>LibraryIdentifier</key>
23-
<string>macos-x86_64</string>
25+
<string>ios-x86_64-simulator</string>
2426
<key>LibraryPath</key>
2527
<string>YChat.framework</string>
2628
<key>SupportedArchitectures</key>
2729
<array>
2830
<string>x86_64</string>
2931
</array>
3032
<key>SupportedPlatform</key>
31-
<string>macos</string>
33+
<string>ios</string>
34+
<key>SupportedPlatformVariant</key>
35+
<string>simulator</string>
3236
</dict>
3337
<dict>
38+
<key>DebugSymbolsPath</key>
39+
<string>dSYMs</string>
3440
<key>LibraryIdentifier</key>
35-
<string>ios-arm64</string>
41+
<string>macos-x86_64</string>
3642
<key>LibraryPath</key>
3743
<string>YChat.framework</string>
3844
<key>SupportedArchitectures</key>
3945
<array>
40-
<string>arm64</string>
46+
<string>x86_64</string>
4147
</array>
4248
<key>SupportedPlatform</key>
43-
<string>ios</string>
49+
<string>macos</string>
4450
</dict>
4551
</array>
4652
<key>CFBundlePackageType</key>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>com.apple.xcode.dsym.co.yml.ychat.YChat</string>
9+
<key>CFBundleInfoDictionaryVersion</key>
10+
<string>6.0</string>
11+
<key>CFBundlePackageType</key>
12+
<string>dSYM</string>
13+
<key>CFBundleSignature</key>
14+
<string>????</string>
15+
<key>CFBundleShortVersionString</key>
16+
<string>1.0</string>
17+
<key>CFBundleVersion</key>
18+
<string>1</string>
19+
</dict>
20+
</plist>
Binary file not shown.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>com.apple.xcode.dsym.co.yml.ychat.YChat</string>
9+
<key>CFBundleInfoDictionaryVersion</key>
10+
<string>6.0</string>
11+
<key>CFBundlePackageType</key>
12+
<string>dSYM</string>
13+
<key>CFBundleSignature</key>
14+
<string>????</string>
15+
<key>CFBundleShortVersionString</key>
16+
<string>1.0</string>
17+
<key>CFBundleVersion</key>
18+
<string>1</string>
19+
</dict>
20+
</plist>
Binary file not shown.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>com.apple.xcode.dsym.co.yml.ychat.YChat</string>
9+
<key>CFBundleInfoDictionaryVersion</key>
10+
<string>6.0</string>
11+
<key>CFBundlePackageType</key>
12+
<string>dSYM</string>
13+
<key>CFBundleSignature</key>
14+
<string>????</string>
15+
<key>CFBundleShortVersionString</key>
16+
<string>1.0</string>
17+
<key>CFBundleVersion</key>
18+
<string>1</string>
19+
</dict>
20+
</plist>
Binary file not shown.

ychat/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ multiplatformSwiftPackage {
3131
outputDirectory(File(rootDir, "/"))
3232
targetPlatforms {
3333
iOS { v("13") }
34-
macOS { v("10.0") }
34+
macOS { v("11") }
3535
}
3636
}
3737

0 commit comments

Comments
 (0)