-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy patheas.json
More file actions
44 lines (44 loc) · 926 Bytes
/
Copy patheas.json
File metadata and controls
44 lines (44 loc) · 926 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
{
"cli": {
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"env": {
"EAS_BUILD_PROFILE": "development",
"EXPO_PUBLIC_DEBUG": "1",
"SENTRY_DISABLE_AUTO_UPLOAD": "true"
}
},
"preview": {
"channel": "preview",
"distribution": "internal",
"env": {
"EAS_BUILD_PROFILE": "preview",
"EXPO_PUBLIC_DEBUG": "1",
"SENTRY_DISABLE_AUTO_UPLOAD": "true"
}
},
"production": {
"channel": "production",
"autoIncrement": true,
"env": {
"EAS_BUILD_PROFILE": "production",
"EXPO_PUBLIC_DEBUG": "0",
"SENTRY_DISABLE_AUTO_UPLOAD": "true"
},
"android": {
"buildType": "apk"
}
}
},
"submit": {
"production": {
"ios": {
"ascAppId": "6761684977"
}
}
}
}