Files
sub2api-mobile/eas.json

24 lines
403 B
JSON
Raw Normal View History

{
"cli": {
"version": ">= 16.21.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal",
"channel": "preview"
},
"production": {
"autoIncrement": true,
"channel": "production"
}
},
"submit": {
"production": {}
}
}