expo_template/eas.json

48 lines
830 B
JSON
Raw Permalink Normal View History

2025-01-28 14:19:55 +00:00
{
"cli": {
"version": ">= 14.5.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"image": "latest"
},
"ios": {
"image": "latest"
}
},
"development-simulator": {
"extends": "development",
"ios": {
"simulator": true
}
},
"preview": {
"distribution": "internal",
"channel": "main",
"android": {
"image": "latest"
},
"ios": {
"image": "latest"
}
},
"production": {
"channel": "production",
"autoIncrement": true,
"android": {
"image": "latest"
},
"ios": {
"image": "latest"
}
}
},
"submit": {
"production": {}
}
}