Files
imexmobile/eas.json
2025-03-05 15:13:39 -08:00

36 lines
677 B
JSON

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