-
Notifications
You must be signed in to change notification settings - Fork 47
/
eas.json
44 lines (44 loc) · 900 Bytes
/
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
{
"build": {
"production": {
"channel": "production",
"env": {
"EXPO_BUNDLE_IDENTIFIER": "com.defichain.app",
"EXPO_IMAGE_UTILS_NO_SHARP": "1"
}
},
"preview": {
"distribution": "internal",
"channel": "preview",
"android": {
"buildType": "apk"
},
"ios": {
"simulator": true
}
},
"ios_production": {
"extends": "production",
"env": {
"EXPO_BUNDLE_IDENTIFIER": "com.defichain.light.wallet"
}
}
},
"submit": {
"production": {
"android": {
"serviceAccountKeyPath": "./ANDROID_SERVICE_ACCOUNT.json",
"track": "internal",
"releaseStatus": "draft"
},
"ios": {
"appleId": "EAS_APPLE_ID",
"ascAppId": "EAS_ASC_APP_ID"
}
}
},
"cli": {
"version": ">=2.2.0",
"requireCommit": true
}
}