-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
39 lines (39 loc) · 938 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
35
36
37
38
39
{
"expo": {
"name": "CLE 311",
"description": "A quick directory for contacting Cleveland city services.",
"slug": "cle311",
"privacy": "public",
"sdkVersion": "32.0.0",
"platforms": [
"ios",
"android"
],
"githubUrl": "https://github.com/stahlscott/cle311",
"version": "2.0.0",
"orientation": "portrait",
"icon": "./assets/images/oh311.png",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.stahlish.cle311",
"buildNumber": "2.0.1",
"icon": "./assets/images/oh311-noalpha.png"
},
"android": {
"package": "com.stahlish.cle311",
"versionCode": 2,
"permissions": []
}
}
}