-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
47 lines (47 loc) · 1.16 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"expo": {
"name": "Leipzig gießt",
"slug": "Leipzig-Giesst",
"version": "1.0.5",
"owner": "leipziggiesstdevs",
"orientation": "portrait",
"icon": "./assets/appicon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/31230742-9f08-43ea-801d-e0115521b83c"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "de.leipziggiesst.mobile",
"buildNumber": "5",
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "Zum Bestimmen deines Standorts auf der Karte."
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/appicon-adaptive.png",
"backgroundColor": "#FFFFFF"
},
"package": "webviewgold.leipziggiesst",
"versionCode": 115
},
"extra": {
"eas": {
"projectId": "31230742-9f08-43ea-801d-e0115521b83c"
}
},
"runtimeVersion": {
"policy": "nativeVersion"
}
}
}