-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy patheas.json
More file actions
50 lines (50 loc) · 1006 Bytes
/
eas.json
File metadata and controls
50 lines (50 loc) · 1006 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": ">= 16.19.3"
},
"build": {
"development-simulator": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"image": "macos-sonoma-14.6-xcode-16.0",
"simulator": true
}
},
"development": {
"developmentClient": true,
"distribution": "internal",
"android": {
"buildType": "apk"
},
"ios": {
"image": "macos-sonoma-14.6-xcode-16.0"
}
},
"preview": {
"distribution": "internal",
"android": {
"buildType": "apk"
},
"ios": {
"image": "macos-sonoma-14.6-xcode-16.0"
}
},
"staging": {
"env": {
"EXPO_PUBLIC_API_URL": "https://lovat-server-staging.up.railway.app"
},
"ios": {
"image": "macos-sonoma-14.6-xcode-16.0"
}
},
"production": {
"ios": {
"image": "macos-sonoma-14.6-xcode-16.0"
}
}
},
"submit": {
"production": {}
}
}