diff --git a/apps/mobile/app.json b/apps/mobile/app.json deleted file mode 100644 index 85004c8..0000000 --- a/apps/mobile/app.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "expo": { - "name": "D3RO Voice", - "slug": "d3ro-voice", - "scheme": "d3ro-voice", - "version": "1.0.0", - "orientation": "portrait", - "icon": "./assets/icon.png", - "userInterfaceStyle": "dark", - "splash": { - "image": "./assets/splash.png", - "resizeMode": "contain", - "backgroundColor": "#19191b" - }, - "ios": { - "supportsTablet": true, - "bundleIdentifier": "com.d3ro.voice", - "infoPlist": { - "NSMicrophoneUsageDescription": "D3RO Voice는 음성 인식을 위해 마이크 접근이 필요합니다." - } - }, - "android": { - "package": "com.d3ro.voice", - "permissions": ["RECORD_AUDIO"], - "adaptiveIcon": { - "foregroundImage": "./assets/adaptive-icon.png", - "backgroundColor": "#19191b" - } - }, - "plugins": [ - "expo-router", - "expo-secure-store", - "expo-av", - [ - "expo-notifications", - { - "icon": "./assets/icon.png", - "color": "#f25b29" - } - ] - ], - "experiments": { - "typedRoutes": true - } - } -}