# HG changeset patch # User Da Risk # Date 1745362120 14400 # Node ID 6b18c51a97890c0e9e950a101ec3c1f018b456c0 # Parent b14d574cc2b1491842de410552bd88f48f795c54 ui:common: Fix ios baseName diff -r b14d574cc2b1 -r 6b18c51a9789 ui/common/build.gradle.kts --- a/ui/common/build.gradle.kts Tue Apr 22 18:44:52 2025 -0400 +++ b/ui/common/build.gradle.kts Tue Apr 22 18:48:40 2025 -0400 @@ -48,7 +48,7 @@ iosSimulatorArm64(), ).forEach { iosTarget -> iosTarget.binaries.framework { - baseName = "aboutoss-core" + baseName = "aboutoss-ui-common" isStatic = true } }