Files
EMI-ExpoAPP/eas.json
2023-08-28 22:13:07 -04:00

31 lines
566 B
JSON

{
"cli": {
"version": ">= 2.9.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"channel": "development"
},
"preview": {
"distribution": "internal",
"channel": "preview"
},
"production": {
"channel": "production"
},
"development-simulator": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
},
"channel": "development-simulator"
}
},
"submit": {
"production": {}
}
}