itsm_ysm/mobile/eas.json
itms-merge-dev efc3e66635 feat(itms): 모바일 앱 신규 (Expo, 12화면, OAuth password grant)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-19 17:10:46 +09:00

33 lines
673 B
JSON

{
"cli": {
"version": ">= 10.0.0"
},
"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": {}
}
}