chore(branding): Anzeigename 'Holzleitner Auslieferung' + Launcher-Icon

- Android android:label, iOS CFBundleDisplayName, MaterialApp.title -> 'Holzleitner Auslieferung'
- flutter_launcher_icons (assets/launch_icon.png) als Dev-Dep + Config

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dennis Nemec
2026-06-18 13:08:18 +02:00
parent a9bf8ecdd1
commit f1e48cb177
6 changed files with 36 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<application
android:label="hl_lieferservice"
android:label="Holzleitner Auslieferung"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:networkSecurityConfig="@xml/network_security_config">