| changeset 40 | 6b18c51a9789 |
| parent 37 | ff77c11da594 |
| child 51 | d69bdf1ad491 |
--- 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 } }