50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
|
|
{
|
||
|
|
"expo": {
|
||
|
|
"name": "KlaTab",
|
||
|
|
"slug": "KlaTabUSW",
|
||
|
|
"version": "1.2.0",
|
||
|
|
"orientation": "portrait",
|
||
|
|
"icon": "./assets/icon.png",
|
||
|
|
"userInterfaceStyle": "automatic",
|
||
|
|
"splash": {
|
||
|
|
"image": "./assets/splash.png",
|
||
|
|
"resizeMode": "contain",
|
||
|
|
"backgroundColor": "#3D3D3D"
|
||
|
|
},
|
||
|
|
"assetBundlePatterns": [
|
||
|
|
"**/*"
|
||
|
|
],
|
||
|
|
"ios": {
|
||
|
|
"buildNumber": "21",
|
||
|
|
"supportsTablet": true,
|
||
|
|
"bundleIdentifier": "de.edvschuleplattling.klatab.klatab"
|
||
|
|
},
|
||
|
|
"android": {
|
||
|
|
"versionCode": 24,
|
||
|
|
"adaptiveIcon": {
|
||
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
||
|
|
"backgroundColor": "#ffffff"
|
||
|
|
},
|
||
|
|
"package": "de.edvschuleplattling.klatab.klatab"
|
||
|
|
},
|
||
|
|
"web": {
|
||
|
|
"favicon": "./assets/favicon.png"
|
||
|
|
},
|
||
|
|
"extra": {
|
||
|
|
"eas": {
|
||
|
|
"projectId": "c699ba75-2f26-439a-91a6-2a0cb0690a13"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"plugins": [
|
||
|
|
[
|
||
|
|
"expo-build-properties",
|
||
|
|
{
|
||
|
|
"android": {
|
||
|
|
"usesCleartextTraffic": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|