Files
sub2api-mobile/eas.json
2026-03-07 23:33:33 +08:00

24 lines
403 B
JSON

{
"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": {}
}
}