26 lines
461 B
JSON
Executable file
26 lines
461 B
JSON
Executable file
{
|
|
"cli": {
|
|
"version": ">= 3.13.2"
|
|
},
|
|
"build": {
|
|
"development-simulator": {
|
|
"extends": "production",
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"simulator": true
|
|
}
|
|
},
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"preview": {
|
|
"distribution": "internal"
|
|
},
|
|
"production": {}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|