2024-09-15 14:36:20 +02:00
|
|
|
{
|
|
|
|
|
"expo": {
|
|
|
|
|
"name": "KlaTab",
|
2024-09-15 14:38:22 +02:00
|
|
|
"slug": "klatab",
|
2024-09-15 14:36:20 +02:00
|
|
|
"version": "1.2.0",
|
|
|
|
|
"orientation": "portrait",
|
|
|
|
|
"icon": "./assets/icon.png",
|
|
|
|
|
"userInterfaceStyle": "automatic",
|
|
|
|
|
"splash": {
|
|
|
|
|
"image": "./assets/splash.png",
|
|
|
|
|
"resizeMode": "contain",
|
|
|
|
|
"backgroundColor": "#3D3D3D"
|
|
|
|
|
},
|
|
|
|
|
"assetBundlePatterns": [
|
|
|
|
|
"**/*"
|
|
|
|
|
],
|
|
|
|
|
"ios": {
|
2024-09-15 14:38:22 +02:00
|
|
|
"buildNumber": "23",
|
2024-09-15 14:36:20 +02:00
|
|
|
"supportsTablet": true,
|
2024-09-15 14:38:22 +02:00
|
|
|
"bundleIdentifier": "de.edvschule-plattling.klatab.klatab"
|
2024-09-15 14:36:20 +02:00
|
|
|
},
|
|
|
|
|
"android": {
|
|
|
|
|
"versionCode": 24,
|
|
|
|
|
"adaptiveIcon": {
|
|
|
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
|
|
|
"backgroundColor": "#ffffff"
|
|
|
|
|
},
|
|
|
|
|
"package": "de.edvschuleplattling.klatab.klatab"
|
|
|
|
|
},
|
|
|
|
|
"web": {
|
|
|
|
|
"favicon": "./assets/favicon.png"
|
|
|
|
|
},
|
|
|
|
|
"extra": {
|
|
|
|
|
"eas": {
|
2024-09-15 14:38:22 +02:00
|
|
|
"projectId": "b8a796cf-a18c-49f1-9187-6f323e7e28fe"
|
2024-09-15 14:36:20 +02:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"plugins": [
|
|
|
|
|
[
|
|
|
|
|
"expo-build-properties",
|
|
|
|
|
{
|
|
|
|
|
"android": {
|
|
|
|
|
"usesCleartextTraffic": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|