Skip to content

Commit f70a964

Browse files
committed
Update eas.json
1 parent 2c8213b commit f70a964

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

eas.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"developmentClient": true,
99
"distribution": "internal",
1010
"ios": {
11+
"image": "macos-sonoma-14.6-xcode-16.0",
1112
"simulator": true
1213
}
1314
},
@@ -16,20 +17,33 @@
1617
"distribution": "internal",
1718
"android": {
1819
"buildType": "apk"
20+
},
21+
"ios": {
22+
"image": "macos-sonoma-14.6-xcode-16.0"
1923
}
2024
},
2125
"preview": {
2226
"distribution": "internal",
2327
"android": {
2428
"buildType": "apk"
29+
},
30+
"ios": {
31+
"image": "macos-sonoma-14.6-xcode-16.0"
2532
}
2633
},
2734
"staging": {
2835
"env": {
2936
"EXPO_PUBLIC_API_URL": "https://lovat-server-staging.up.railway.app"
37+
},
38+
"ios": {
39+
"image": "macos-sonoma-14.6-xcode-16.0"
3040
}
3141
},
32-
"production": {}
42+
"production": {
43+
"ios": {
44+
"image": "macos-sonoma-14.6-xcode-16.0"
45+
}
46+
}
3347
},
3448
"submit": {
3549
"production": {}

0 commit comments

Comments
 (0)