- 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>
34 lines
706 B
JSON
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": {}
|
|
}
|
|
}
|