-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
37 lines (37 loc) · 1.05 KB
/
app.json
File metadata and controls
37 lines (37 loc) · 1.05 KB
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": "prezzo",
"slug": "prezzo",
"privacy": "public",
"sdkVersion": "33.0.0",
"platforms": [
"ios",
"android",
"web"
],
"version": "1.0.3",
"orientation": "portrait",
"icon": "./assets/images/app-icon/prezzo-1024@1x.ios.png",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "io.prezzo.Prezzo",
"buildNumber": "2",
"infoPlist": {
"NSCameraUsageDescription": "Prezzo uses your camera to allow you to upload pictures of your food when leaving reviews.",
"NSPhotoLibraryUsageDescription": "Prezzo allows you to upload photos from your libary of the pictures you've taken of your food.",
"NSLocationWhenInUseUsageDescription": "Prezzo uses your location to show you nearby restaurants."
}
}
}
}