-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
49 lines (49 loc) · 1.26 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": "UCCSC Mobile",
"slug": "uccsc-mobile-2018",
"sdkVersion": "29.0.0",
"privacy": "public",
"icon": "./Images/Logo/logo.png",
"primaryColor": "#002855",
"platforms": ["ios", "android"],
"orientation": "portrait",
"githubUrl": "https://github.com/ucdavis/uccsc-mobile",
"splash": {
"image": "./Images/splash.png",
"backgroundColor": "#002855",
"resizeMode": "contain"
},
"ios": {
"bundleIdentifier": "edu.ucdavis.uccsc",
"buildNumber": "0.2.0",
"config": {
"googleMapsApiKey": "AIzaSyCGAQAUVoqMwccWP7-bbQUiDZo4DsHczSY"
}
},
"android": {
"package": "edu.ucdavis.uccsc",
"permissions": [
],
"versionCode": 5,
"config": {
"googleMaps": {
"apiKey": "AIzaSyCGAQAUVoqMwccWP7-bbQUiDZo4DsHczSY"
}
},
"googleServicesFile": "./google-services.json"
},
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "university-of-california-davis",
"project": "uccsc-2018",
"authToken": "cea75957a555479d8756b6e261ab1e0d0fb9c05dfbfd4bb792e251a86d84f657"
}
}
]
}
}
}