-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheas.json
74 lines (74 loc) · 1.69 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"cli": {
"version": ">= 2.1.0",
"appVersionSource": "local"
},
"build": {
"development-simulator": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
}
},
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"env": {
"SENTRY_AUTH_TOKEN": "afc791465b7811efae970242ac120024",
"SENTRY_ORG": "sentry",
"SENTRY_PROJECT": "kkp-superapps-dev",
"SENTRY_DISABLE_AUTO_UPLOAD": "true",
"SENTRY_ALLOW_FAILURE": "true",
"EXPO_OPTIMIZE": "true"
},
"android": {
"buildType": "app-bundle",
"image": "latest"
},
"ios": {
"simulator": true,
"enterpriseProvisioning": "adhoc"
},
"distribution": "internal"
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"production": {
"env": {
"SENTRY_AUTH_TOKEN": "afc791465b7811efae970242ac120024",
"SENTRY_ORG": "sentry",
"SENTRY_PROJECT": "kkp-superapps-dev",
"SENTRY_DISABLE_AUTO_UPLOAD": "true",
"SENTRY_ALLOW_FAILURE": "true",
"EXPO_OPTIMIZE": "true"
},
"android": {
"buildType": "apk",
"image": "latest",
"gradleCommand": ":app:assembleRelease"
},
"ios": {
"simulator": false
},
"distribution": "store"
}
},
"submit": {
"production": {
"ios": {
"appleId": "aziz@armsolusi.com",
"ascAppId": "6478191000",
"appleTeamId": "H7BL72G773"
}
}
}
}