blob: 93db51cbeaf282e59f2f0ac3390d0a2b809fd6bb (
plain) (
blame)
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
|
{
"cli": {
"version": ">= 3.8.1",
"promptToConfigurePushNotifications": false
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"resourceClass": "medium"
},
"channel": "development"
},
"preview": {
"distribution": "internal",
"ios": {
"resourceClass": "medium"
},
"channel": "preview"
},
"production": {
"ios": {
"resourceClass": "medium"
},
"channel": "production"
}
},
"submit": {
"production": {}
}
}
|