update app display name

This commit is contained in:
Fabian Freund
2024-05-04 08:45:03 +02:00
parent 4435089c8b
commit 4dd9b581b1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="Bang Navigator"
android:label="BangNavigator"
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon">
<activity
+1 -1
View File
@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Bang Navigator</string>
<string>BangNavigator</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>