-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy patheas.json
More file actions
44 lines (44 loc) Β· 913 Bytes
/
Copy patheas.json
File metadata and controls
44 lines (44 loc) Β· 913 Bytes
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
{
"cli": {
"version": ">= 16.20.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"channel": "development",
"distribution": "internal",
"developmentClient": true,
"env": {
"APP_ENV": "development"
}
},
"staging": {
"channel": "staging",
"distribution": "internal",
"env": {
"APP_ENV": "staging"
}
},
"production": {
"channel": "production",
"autoIncrement": true,
"env": {
"APP_ENV": "production"
}
}
},
"submit": {
"production": {
"ios": {
"ascAppId": "YOUR_ASC_APP_ID",
"ascApiKeyId": "YOUR_ASC_API_KEY_ID",
"ascApiKeyIssuerId": "YOUR_ASC_API_KEY_ISSUER_ID",
"ascApiKeyPath": "AuthKey_YOUR_KEY_ID.p8"
},
"android": {
"track": "internal",
"releaseStatus": "draft"
}
}
}
}