change the name of the application

This commit is contained in:
Samsularifin01 2026-04-08 18:37:37 +07:00
parent a8578b259a
commit 660e30f937
3 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="smart_vision_assist"
android:label="@string/app_name"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity

View File

@ -0,0 +1,3 @@
<resources>
<string name="app_name">Smart Vision Assist</string>
</resources>

View File

@ -13,7 +13,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>smart_vision_assist</string>
<string>Smart Vision Assist</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>