Skip to content

Commit 271c414

Browse files
authored
Merge pull request #75 from yml-org/fix/core-publish
fix: core library unspecified
2 parents e30386c + 2c98f9a commit 271c414

File tree

14 files changed

+47
-36
lines changed

14 files changed

+47
-36
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repositories {
5959
Then, simply import the dependency to your `build.gradle` dependencies:
6060

6161
```kotlin
62-
implementation("co.yml:ychat:1.4.0")
62+
implementation("co.yml:ychat:1.4.1")
6363
```
6464

6565
Take a look at the Kotlin code snippet below for an example of how to initialize and use one of the supported features:
26.2 MB
Binary file not shown.

YChat.xcframework/Info.plist

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,33 @@
55
<key>AvailableLibraries</key>
66
<array>
77
<dict>
8-
<key>DebugSymbolsPath</key>
9-
<string>dSYMs</string>
108
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
9+
<string>macos-arm64_x86_64</string>
1210
<key>LibraryPath</key>
1311
<string>YChat.framework</string>
1412
<key>SupportedArchitectures</key>
1513
<array>
1614
<string>arm64</string>
15+
<string>x86_64</string>
1716
</array>
1817
<key>SupportedPlatform</key>
19-
<string>ios</string>
18+
<string>macos</string>
2019
</dict>
2120
<dict>
21+
<key>DebugSymbolsPath</key>
22+
<string>dSYMs</string>
2223
<key>LibraryIdentifier</key>
23-
<string>macos-arm64_x86_64</string>
24+
<string>ios-arm64</string>
2425
<key>LibraryPath</key>
2526
<string>YChat.framework</string>
2627
<key>SupportedArchitectures</key>
2728
<array>
2829
<string>arm64</string>
29-
<string>x86_64</string>
3030
</array>
3131
<key>SupportedPlatform</key>
32-
<string>macos</string>
32+
<string>ios</string>
3333
</dict>
3434
<dict>
35-
<key>DebugSymbolsPath</key>
36-
<string>dSYMs</string>
3735
<key>LibraryIdentifier</key>
3836
<string>ios-arm64_x86_64-simulator</string>
3937
<key>LibraryPath</key>
Binary file not shown.
Binary file not shown.

YChat.xcframework/ios-arm64_x86_64-simulator/dSYMs/YChat.framework.dSYM/Contents/Info.plist

Lines changed: 0 additions & 20 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)