This repository was archived by the owner on Dec 14, 2022. It is now read-only.
forked from maisieccino/ucl-assistant-app
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathapp.example.json
More file actions
50 lines (50 loc) · 1.34 KB
/
app.example.json
File metadata and controls
50 lines (50 loc) · 1.34 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"expo": {
"name": "UCL Assistant",
"description": "One beautiful app to manage your life at UCL.",
"slug": "ucl-assistant",
"privacy": "public",
"sdkVersion": "32.0.0",
"version": "1.1.0",
"githubUrl": "https://github.com/uclapi/ucl-assistant-app",
"orientation": "portrait",
"primaryColor": "#1B998B",
"icon": "./assets/images/icon.png",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.uclapi.uclassistant"
},
"android": {
"package": "com.uclapi.uclassistant",
"adaptiveIcon": {
"backgroundImage": "./assets/images/icon-bg.png",
"foregroundImage": "./assets/images/icon-fg.png"
},
"config": {
"googleMaps": {
"apiKey": "<change-me>"
}
},
"versionCode": 2,
"playStoreUrl": "https://play.google.com/store/apps/details?id=com.uclapi.uclassistant"
},
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "example-organisation",
"project": "ucl-assistant-app",
"authToken": "<change-me>"
}
}
]
},
"scheme": "uclassistant"
}
}