File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 8
8
<key >DebugSymbolsPath </key >
9
9
<string >dSYMs </string >
10
10
<key >LibraryIdentifier </key >
11
- <string >ios-arm64 </string >
11
+ <string >macos-x86_64 </string >
12
12
<key >LibraryPath </key >
13
13
<string >YChat.framework </string >
14
14
<key >SupportedArchitectures </key >
15
15
<array >
16
- <string >arm64 </string >
16
+ <string >x86_64 </string >
17
17
</array >
18
18
<key >SupportedPlatform </key >
19
- <string >ios </string >
19
+ <string >macos </string >
20
20
</dict >
21
21
<dict >
22
22
<key >DebugSymbolsPath </key >
38
38
<key >DebugSymbolsPath </key >
39
39
<string >dSYMs </string >
40
40
<key >LibraryIdentifier </key >
41
- <string >macos-x86_64 </string >
41
+ <string >ios-arm64 </string >
42
42
<key >LibraryPath </key >
43
43
<string >YChat.framework </string >
44
44
<key >SupportedArchitectures </key >
45
45
<array >
46
- <string >x86_64 </string >
46
+ <string >arm64 </string >
47
47
</array >
48
48
<key >SupportedPlatform </key >
49
- <string >macos </string >
49
+ <string >ios </string >
50
50
</dict >
51
51
</array >
52
52
<key >CFBundlePackageType </key >
Original file line number Diff line number Diff line change @@ -88,6 +88,13 @@ kotlin {
88
88
iosArm64Test.dependsOn(this )
89
89
iosSimulatorArm64Test.dependsOn(this )
90
90
}
91
+ val macosArm64Main by getting
92
+ val macosX64Main by getting
93
+ val macosMain by creating {
94
+ dependsOn(commonMain)
95
+ macosArm64Main.dependsOn(this )
96
+ macosX64Main.dependsOn(this )
97
+ }
91
98
val jvmMain by getting
92
99
val jvmTest by getting {
93
100
dependencies {
You can’t perform that action at this time.
0 commit comments