- EAS-Profil und Scripts für TestFlight ergänzt - Node 22 für Mobile-Builds festgelegt und README aktualisiert - Expo-SDK-Abhängigkeiten für expo-doctor angeglichen
47 lines
867 B
JSON
47 lines
867 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 16.14.0"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"node": "22.22.3",
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"simulator": false
|
|
}
|
|
},
|
|
"preview": {
|
|
"node": "22.22.3",
|
|
"distribution": "internal"
|
|
},
|
|
"testflight": {
|
|
"node": "22.22.3",
|
|
"distribution": "store",
|
|
"autoIncrement": true,
|
|
"env": {
|
|
"EXPO_PUBLIC_API_BASE": "https://app.fedeo.de/backend"
|
|
},
|
|
"ios": {
|
|
"simulator": false
|
|
}
|
|
},
|
|
"production": {
|
|
"node": "22.22.3",
|
|
"distribution": "store",
|
|
"env": {
|
|
"EXPO_PUBLIC_API_BASE": "https://app.fedeo.de/backend"
|
|
},
|
|
"autoIncrement": true
|
|
}
|
|
},
|
|
"submit": {
|
|
"testflight": {
|
|
"ios": {}
|
|
},
|
|
"production": {
|
|
"ios": {}
|
|
}
|
|
}
|
|
}
|