refactor: format sample apps name

This commit is contained in:
2023-11-23 01:49:34 +08:00
parent 6190a4fccf
commit a445ddbf08
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
<resources>
<string name="app_name">FlexiUI Demo</string>
<string name="app_name">Flexi UI Demo</string>
</resources>

View File

@@ -30,7 +30,7 @@ import androidx.compose.ui.window.rememberWindowState
fun main() = application {
Window(
onCloseRequest = ::exitApplication,
title = "FlexiUI Demo",
title = "Flexi UI Demo",
state = rememberWindowState(width = 550.dp, height = 1000.dp)
) { MainView() }
}

View File

@@ -7,7 +7,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>FlexiUI Demo</string>
<string>Flexi UI Demo</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>