chore: 세션 핸드오프 — V3 모바일 Phase M-1 완료
This commit is contained in:
parent
211673bc6c
commit
9f7ea1d729
1 changed files with 0 additions and 46 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue