-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
44 lines (44 loc) · 1.2 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
{
"expo": {
"name": "Sizzle",
"slug": "Sizzle",
"platforms": [
"ios",
"android",
"web"
],
"version": "1.0.5",
"orientation": "portrait",
"icon": "./assets/logos/Sizzle_Icon.png",
"splash": {
"image": "./assets/logos/Sizzle_S_Logo_Transparent.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.jasyzhang.sizzle",
"buildNumber": "1.0.5",
"usesAppleSignIn": true,
"infoPlist": {
"NSCameraUsageDescription": "Sizzle requests access to your camera to check-in to verified locations with QR Codes.",
"NSLocationWhenInUseUsageDescription": "Sizzle requests access to your location to provide nearby location results and verify your location upon check-in."
},
"config": {
"googleSignIn": {
"reservedClientId": "com.googleusercontent.apps.359251985246-e15i2bibrv8dqo01dj89a6r9e9o5g96h"
}
}
},
"android": {
"package": "com.jasyzhang.sizzle",
"versionCode": 1
}
}
}