Files
imexmobile/eas.json
2025-02-26 20:27:02 -08:00

29 lines
506 B
JSON

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