-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patheas.json
More file actions
53 lines (53 loc) · 1.06 KB
/
Copy patheas.json
File metadata and controls
53 lines (53 loc) · 1.06 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
51
52
53
{
"cli": {
"version": ">= 3.7.2"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
},
"channel": "development"
},
"preview": {
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
},
"android": {
"buildType": "apk"
},
"channel": "preview"
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
},
"channel": "preview2"
},
"preview3": {
"developmentClient": true,
"channel": "preview3"
},
"production": {
"ios": {
"resourceClass": "m-medium"
},
"channel": "production"
}
},
"submit": {
"production": {
"ios": {
"appleId": "goingtogogo@icloud.com",
"ascAppId": "6445924225",
"appleTeamId": "85X8942T6Y"
},
"android": {
"serviceAccountKeyPath": "../keys/pc-api-7883469768822383355-196-be666aaf5d48.json"
}
}
}
}