feat: use new mobile app icon and QR-only server add flow

Replace Expo icon/adaptive icon assets with the provided image and simplify the server dropdown so adding a server is done by scanning the setup QR code only.
This commit is contained in:
Ryan Vogel
2026-03-28 17:30:13 -04:00
parent 0a9fcab56f
commit 52d1ee70a0
11 changed files with 11 additions and 131 deletions

View File

@@ -8,7 +8,7 @@
"scheme": "mobilevoice",
"userInterfaceStyle": "automatic",
"ios": {
"icon": "./assets/expo.icon",
"icon": "./assets/images/icon.png",
"bundleIdentifier": "com.anomalyco.mobilevoice",
"infoPlist": {
"NSMicrophoneUsageDescription": "This app needs microphone access for live speech-to-text dictation.",