-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json.dist
43 lines (43 loc) · 959 Bytes
/
app.json.dist
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
{
"expo": {
"name": "RideTime",
"scheme": "ridetime",
"description": "Mountain bikes made social. Plan rides, join your friends or meet new people to ride with!",
"slug": "RideTime",
"privacy": "public",
"sdkVersion": "36.0.0",
"platforms": [
"ios",
"android"
],
"version": "0.12.1",
"extra": {
"apiVersion": "0.11.0"
},
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"splash": {
"image": "assets/images/DSC_0214.png",
"resizeMode": "cover",
"backgroundColor": "#0c5e14"
},
"updates": {
"fallbackToCacheTimeout": 10
},
"assetBundlePatterns": [
"**/*"
],
"android": {
"package": "com.kachnitel.ridetime",
"config": {
"googleMaps": {
"apiKey": ""
}
}
},
"ios": {
"supportsTablet": false
},
"githubUrl": "https://github.com/kachnitel/RideTime"
}
}