Files
Genarrative/apps/mobile-shell/eas.json
kdletters c4193e27db 补齐移动壳原生包构建配置
移动壳新增 EAS Android 和 iOS 构建 profile

移动壳增加原生包构建配置 smoke 门禁

原生壳总验收接入移动 EAS 配置检查

宿主壳文档同步移动原生包构建口径
2026-06-20 06:11:53 +08:00

29 lines
501 B
JSON

{
"cli": {
"version": ">= 20.3.0",
"appVersionSource": "local"
},
"build": {
"production": {
"distribution": "internal",
"channel": "production",
"android": {
"buildType": "apk"
},
"env": {
"EXPO_NO_DOTENV": "1"
}
},
"production-simulator": {
"distribution": "internal",
"channel": "production",
"ios": {
"simulator": true
},
"env": {
"EXPO_NO_DOTENV": "1"
}
}
}
}