Files
avante-movil/eas.json
T

39 lines
641 B
JSON
Raw Normal View History

{
"cli": {
"version": ">= 12.0.0",
"appVersionSource": "local"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
2026-07-07 09:45:51 +02:00
},
"ios": {
"simulator": true
}
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
2026-07-07 09:45:51 +02:00
},
"ios": {}
},
"production": {
"android": {
"buildType": "app-bundle"
2026-07-07 09:45:51 +02:00
},
"ios": {}
}
},
"submit": {
2026-07-07 09:45:51 +02:00
"production": {
"ios": {
"appleId": "Javier.Brana@mai.group"
}
}
}
}