Skip to content

Commit d3dd11f

Browse files
committed
chore: add ios framework basename
1 parent bb175e6 commit d3dd11f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ychat-core/build.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ kotlin {
2525
iosX64(),
2626
iosArm64(),
2727
iosSimulatorArm64()
28-
)
28+
).forEach {
29+
it.binaries.framework {
30+
baseName = "YChatCore"
31+
}
32+
}
2933

3034
sourceSets {
3135
val commonMain by getting {

0 commit comments

Comments
 (0)