2026-06-18 18:30:44 +02:00
|
|
|
{
|
|
|
|
|
"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
|
2026-06-18 18:30:44 +02:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"preview": {
|
|
|
|
|
"distribution": "internal",
|
|
|
|
|
"android": {
|
|
|
|
|
"buildType": "apk"
|
2026-07-07 09:45:51 +02:00
|
|
|
},
|
|
|
|
|
"ios": {}
|
2026-06-18 18:30:44 +02:00
|
|
|
},
|
|
|
|
|
"production": {
|
|
|
|
|
"android": {
|
|
|
|
|
"buildType": "app-bundle"
|
2026-07-07 09:45:51 +02:00
|
|
|
},
|
|
|
|
|
"ios": {}
|
2026-06-18 18:30:44 +02:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"submit": {
|
2026-07-07 09:45:51 +02:00
|
|
|
"production": {
|
|
|
|
|
"ios": {
|
|
|
|
|
"appleId": "Javier.Brana@mai.group"
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-06-18 18:30:44 +02:00
|
|
|
}
|
|
|
|
|
}
|