-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
69 lines (69 loc) · 1.47 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"expo": {
"name": "STEP Bible",
"description": "",
"slug": "step-bible",
"privacy": "unlisted",
"platforms": [
"ios",
"android"
],
"version": "3.0.13",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash-transparent.png",
"resizeMode": "cover",
"backgroundColor": "#000000"
},
"backgroundColor": "#000000",
"userInterfaceStyle": "automatic",
"updates": {
"enabled": false
},
"assetBundlePatterns": [
"assets/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.tyndale.step",
"buildNumber": "3.0.13"
},
"android": {
"package": "com.tyndale.stepbible",
"versionCode": 440030013
},
"packagerOpts": {
"sourceExts": [
"ts",
"tsx",
"js"
],
"assetExts": [
"json",
"db",
"mp3",
"ttf",
"png"
]
},
"githubUrl": "https://github.com/tyndale/stepmobile",
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "tyndale-house-uk",
"project": "step-bible",
"authToken": "af85f774dc0541708fb2fc1ef188fdaeb93305d255284b48a97bd99635b1fd52"
}
}
]
},
"extra": {
"eas": {
"projectId": "99da7c00-c09a-11e9-89ae-6d0b082b081b"
}
},
"owner": "tyndale-house-uk"
}
}