-
Notifications
You must be signed in to change notification settings - Fork 0
/
alpha.json
41 lines (41 loc) · 960 Bytes
/
alpha.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
{
"name": "anorak",
"description": "The app for anorak.",
"slug": "anorak-client",
"privacy": "unlisted",
"sdkVersion": "30.0.0",
"version": "1.0.4",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"packagerOpts": {
"assetExts": ["ttf", "mp4"],
"nonPersistent": "--nonPersistent"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"ios": {
"bundleIdentifier": "is.anorak.alpha",
"buildNumber": "1",
"supportsTablet": false,
"loadJSInBackgroundExperimental": true
},
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "anorak",
"project": "anorak-client",
"authToken":
"522c39a27477406887d5619f8fc7b76e3e5f7cc5c58c4a128bcc85a9a080dcfa"
}
}
]
}
}