fix: update app label to "HW Collector Hub" in AndroidManifest.xml and Info.plist

This commit is contained in:
Lukas Müllner 2026-02-24 08:05:18 +01:00
parent f62eb9f288
commit ea9950b29c
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -7,7 +7,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Hwhub</string>
<string>HW Collector Hub</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
@ -15,7 +15,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>hwhub</string>
<string>HW Collector Hub</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>