-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheas.json
42 lines (42 loc) · 1.14 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
{
"cli": {
"version": ">= 13.3.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"gradleCommand": ":app:assembleDebug"
},
"ios": {
"buildConfiguration": "Debug"
}
},
"preview": {
"channel": "staging",
"distribution": "internal"
},
"production": {
"autoIncrement": true,
"channel": "production"
}
},
"submit": {
"production": {
"ios": {
"appleId": "[email protected]",
"ascAppId": "6449440933",
"appleTeamId": "3R8589YV24",
"ascApiKeyId": "LD57UK43J9",
"ascApiKeyIssuerId": "76e76b40-770a-4a81-bcdc-1f8346aeed02",
"ascApiKeyPath": "asc_api_key.p8"
},
"android": {
"serviceAccountKeyPath": "google-service-account.json",
"track": "internal"
}
}
}
}