-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
34 lines (34 loc) · 961 Bytes
/
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
{
"expo": {
"entryPoint": "./src/App.tsx",
"name": "Convention International",
"slug": "convention-international",
"description": "Trends, developments and current news from the MICE industry. Everything around meetings, incentives, congresses and events.",
"version": "1.2.0",
"orientation": "portrait",
"icon": "./assets/logo.png",
"splash": {
"image": "./assets/splash-screen.png",
"resizeMode": "contain",
"backgroundColor": "#333333"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/logo-adaptiv.png",
"backgroundColor": "#ffffff"
},
"permissions": [],
"package": "de.convention_net",
"versionCode": 5
},
"ios": {
"supportsTablet": false,
"bundleIdentifier": "de.convention-net",
"buildNumber": "1.2.0"
}
}
}