-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheas.json
46 lines (46 loc) · 1.11 KB
/
eas.json
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
{
"build": {
"development": {
"developmentClient": true,
"channel": "development",
"distribution": "internal"
},
"staging": {
"developmentClient": false,
"channel": "staging",
"distribution": "internal",
"android": {
"buildType": "apk",
"resourceClass": "large"
},
"env": {
"SENTRY_AUTH_TOKEN": "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"
}
},
"production": {
"channel": "production",
"android": {
"resourceClass": "large"
},
"ios": {
"resourceClass": "large"
},
}
},
"submit": {
"production": {
"android": {
"serviceAccountKeyPath": "./google-service-account.json",
"track": "production"
},
"ios": {
"appleId": "sharan.gohar@icloud.com",
"ascAppId": "1526674511",
"appleTeamId": "GDFK7MVY6P"
}
}
},
"cli": {
"version": ">= 0.43.0"
}
}