-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
49 lines (49 loc) · 1.48 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
48
49
{
"expo": {
"name": "LexCall 311",
"slug": "lexcall311",
"version": "3.0.3",
"orientation": "portrait",
"icon": "./assets/images/app-icon.png",
"userInterfaceStyle": "light",
"primaryColor": "#0057a8",
"splash": {
"image": "./assets/images/loading.png",
"resizeMode": "cover",
"backgroundColor": "#0057a8"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"bundleIdentifier": "com.apaxsoftware.Lexcall",
"buildNumber": "3.0.3",
"supportsTablet": false,
"infoPlist": {
"NSPhotoLibraryAddUsageDescription": "LexCall 311 needs access to image gallery to include photographs of your issue.",
"NSCameraUsageDescription": "LexCall 311 needs access to your camera to include photographs of your issue.",
"NSLocationWhenInUseUsageDescription": "LexCall 311 needs access to your phone location to find you on the map.",
"NSLocationAlwaysAndWhenInUseUsageDescription": "LexCall 311 needs access to your phone location to find you on the map."
}
},
"android": {
"package": "com.apaxsoftware.LexCall311App",
"versionCode": 11,
"adaptiveIcon": {
"foregroundImage": "./assets/images/app-icon.png",
"backgroundColor": "#FFFFFF"
},
"permissions": [
"CAMERA"
]
},
"extra": {
"eas": {
"projectId": "4723f386-2826-49f0-8a64-26fdb0ccc7cc"
}
}
}
}