Files
klatab/app.json

51 lines
1.1 KiB
JSON
Raw Normal View History

2024-09-15 14:36:20 +02:00
{
"expo": {
"name": "KlaTab",
2024-09-15 14:38:22 +02:00
"slug": "klatab",
2026-06-11 17:13:52 +02:00
"version": "1.4.2",
2024-09-15 14:36:20 +02:00
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#3D3D3D"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
2026-06-11 17:13:52 +02:00
"buildNumber": "30",
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": {
2026-06-11 17:13:52 +02:00
"versionCode": 30,
2024-09-15 14:36:20 +02:00
"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
}
}
]
2024-09-15 21:04:24 +02:00
],
"owner": "edv-schule"
2024-09-15 14:36:20 +02:00
}
}