itsm_ysm/mobile/eas.json
itms-merge-dev 5e5ccc0ec7 docs+build(itms): CI/CD 정본 문서·APK 게시 자산·모바일 빌드 수정 (v1.0.0 APK 게시)
- docs/CICD_PIPELINE.md 정본(LIVE) + deploy/README.md 가동중 갱신
- deploy/apk/: publish_app_manifest.sh·mobile-app.html(WISE QR)·itms-latest.json
- deploy/nginx: /mobile-app(ITMS 전용)+/downloads/(APK)+매니페스트 서빙 반영
- mobile: EAS 빌드 의존 승격(react-navigation/expo-modules-core/metro)·.easignore·eas appVersionSource

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-19 19:41:29 +09:00

34 lines
706 B
JSON

{
"cli": {
"version": ">= 10.0.0",
"appVersionSource": "local"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": { "buildType": "apk" },
"env": { "ITMS_ENV": "dev" }
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk",
"image": "ubuntu-22.04-jdk-17-ndk-r26b"
},
"env": { "ITMS_ENV": "prod" }
},
"production": {
"distribution": "internal",
"android": {
"buildType": "apk",
"image": "ubuntu-22.04-jdk-17-ndk-r26b"
},
"env": { "ITMS_ENV": "prod" }
}
},
"submit": {
"production": {}
}
}