forked from get-bb/bb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheas.json
More file actions
38 lines (38 loc) · 759 Bytes
/
Copy patheas.json
File metadata and controls
38 lines (38 loc) · 759 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
{
"cli": {
"version": ">= 14.0.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
}
},
"development-device": {
"extends": "development",
"ios": {
"simulator": false
}
},
"preview": {
"distribution": "internal"
},
"production": {
"autoIncrement": true
}
},
"submit": {
"production": {
"ios": {
"appleTeamId": "9QCU24SXK5",
"ascAppId": "6803559210",
"ascApiKeyPath": "./asc-api-key.p8",
"ascApiKeyId": "XPRY95WQUJ",
"ascApiKeyIssuerId": "4cd3d471-a7c3-4152-8d48-72fff4a226a8"
}
}
}
}