-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
37 lines (37 loc) · 1.05 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
{
"expo": {
"name": "OPEN Tech and Organising Summit 2018",
"description":
"Official app for the OPEN Tech and Organising Summit 2018, Apr 23-27 in Cluj, Romania.",
"slug": "open-tech-summit-app",
"privacy": "unlisted",
"version": "1.0.4",
"primaryColor": "#1dafec",
"icon": "./src/assets/icon-ios.png",
"orientation": "portrait",
"sdkVersion": "23.0.0",
"splash": {
"backgroundColor": "#1dafec",
"resizeMode": "cover",
"image": "./src/assets/splash-cover.png"
},
"android": {
"package": "org.open.opentechsummit.app",
"icon": "./src/assets/icon-android.png",
"versionCode": 1,
"permissions": []
},
"ios": {
"bundleIdentifier": "org.open.opentechsummit.app",
"icon": "./src/assets/icon-ios.png",
"buildNumber": "1.0.0",
"supportsTablet": true,
"loadJSInBackgroundExperimental": true,
"splash": {
"image": "./src/assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#1dafec"
}
}
}
}