Files
imexmobile/eas.json
2025-03-06 15:00:44 -08:00

39 lines
734 B
JSON

{
"cli": {
"version": ">= 0.52.0",
"appVersionSource": "remote"
},
"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": {}
}
}