mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-09 03:54:23 +08:00
feat: specify iOS module name for libraries
This commit is contained in:
@@ -19,7 +19,7 @@ kotlin {
|
||||
iosSimulatorArm64(),
|
||||
).forEach { iosTarget ->
|
||||
iosTarget.binaries.framework {
|
||||
baseName = projects.flexiuiResources.name
|
||||
baseName = property.project.flexiui.resources.iosModuleName
|
||||
isStatic = true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user