-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheas.json
More file actions
50 lines (50 loc) · 966 Bytes
/
eas.json
File metadata and controls
50 lines (50 loc) · 966 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"cli": {
"version": ">= 15.0.6",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"development-tf": {
"developmentClient": true,
"env": {
"EAS_BUILD_PROFILE": "development"
}
},
"development-simulator": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
},
"android": {
"buildType": "apk"
}
},
"preview": {
"distribution": "internal",
"channel": "preview"
},
"production": {
"autoIncrement": true,
"channel": "production"
}
},
"submit": {
"development-tf": {
"ios": {
"ascAppId": "6741717337"
}
},
"production": {
"ios": {
"appleId": "[email protected]",
"ascAppId": "6741717337",
"appleTeamId": "NLUVE3B2AS"
}
}
}
}