c4193e27db
移动壳新增 EAS Android 和 iOS 构建 profile 移动壳增加原生包构建配置 smoke 门禁 原生壳总验收接入移动 EAS 配置检查 宿主壳文档同步移动原生包构建口径
29 lines
501 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|