agent-orchestrator/packages/mobile/eas.json

22 lines
327 B
JSON

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