- 37개 파일 IP → zioinfo.co.kr 치환 (소스/매뉴얼/설정/하네스) - Manager DrConsole/NetworkConsole/CsapConsole 빌드 + /var/www/manager/ 배포 - 테스트: Manager HTTP 200, ITSM 신규 API 7개 전체 200 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"expo": {
|
|
"name": "GUARDiA Messenger",
|
|
"slug": "guardia-messenger",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"scheme": "guardia",
|
|
"userInterfaceStyle": "automatic",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#1a3a6b"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "kr.co.zioinfo.guardia",
|
|
"buildNumber": "1",
|
|
"infoPlist": {
|
|
"NSCameraUsageDescription": "GUARDiA 첨부파일 촬영에 사용됩니다.",
|
|
"NSPhotoLibraryUsageDescription": "GUARDiA 첨부파일 업로드에 사용됩니다."
|
|
}
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#1a3a6b"
|
|
},
|
|
"package": "kr.co.zioinfo.guardia",
|
|
"versionCode": 1,
|
|
"permissions": [
|
|
"CAMERA",
|
|
"READ_EXTERNAL_STORAGE",
|
|
"WRITE_EXTERNAL_STORAGE",
|
|
"RECEIVE_BOOT_COMPLETED",
|
|
"VIBRATE"
|
|
]
|
|
},
|
|
"web": {
|
|
"bundler": "metro",
|
|
"output": "static",
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
"expo-secure-store",
|
|
"./plugins/withGradleProps"
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
},
|
|
"extra": {
|
|
"guardiaApiUrl": "https://zioinfo.co.kr:8443",
|
|
"router": {
|
|
"origin": false
|
|
},
|
|
"eas": {
|
|
"projectId": "ca2f72d6-7dda-4491-9590-7ace34b10a88"
|
|
}
|
|
},
|
|
"owner": "zioinfo"
|
|
}
|
|
}
|