45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"cli": {
|
|
"version": ">= 10.2.1"
|
|
},
|
|
"build": {
|
|
"base": {
|
|
"android": {
|
|
"image": "latest",
|
|
"buildType": "apk"
|
|
},
|
|
"ios": {
|
|
"image": "latest",
|
|
"simulator": true
|
|
}
|
|
},
|
|
"development": {
|
|
"extends": "base",
|
|
"channel": "development",
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"android": {
|
|
"withoutCredentials": true
|
|
},
|
|
"ios": {
|
|
"buildConfiguration": "Debug"
|
|
}
|
|
},
|
|
"preview": {
|
|
"extends": "base",
|
|
"channel": "preview",
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"simulator": true
|
|
}
|
|
},
|
|
"production": {
|
|
"extends": "base",
|
|
"channel": "production",
|
|
"autoIncrement": true
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
} |