about summary refs log tree commit diff
path: root/eas.json
blob: 60c8be378f50bf38b62e6a66497e6f226996b41b (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
33
{
  "cli": {
    "version": ">= 3.8.1",
    "promptToConfigurePushNotifications": false
  },
  "build": {
    "development": {
      "developmentClient": true,
      "distribution": "internal",
      "ios": {
        "simulator": true,
        "resourceClass": "medium"
      },
      "channel": "development"
    },
    "preview": {
      "distribution": "internal",
      "ios": {
        "resourceClass": "medium"
      },
      "channel": "preview"
    },
    "production": {
      "ios": {
        "resourceClass": "medium"
      },
      "channel": "production"
    }
  },
  "submit": {
    "production": {}
  }
}