From 9f7ea1d72920023d1d63730167a498de568b28bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A4=EC=B0=AC?= Date: Mon, 13 Apr 2026 03:23:24 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=84=B8=EC=85=98=20=ED=95=B8?= =?UTF-8?q?=EB=93=9C=EC=98=A4=ED=94=84=20=E2=80=94=20V3=20=EB=AA=A8?= =?UTF-8?q?=EB=B0=94=EC=9D=BC=20Phase=20M-1=20=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/mobile/app.json | 46 -------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 apps/mobile/app.json 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 - } - } -}