Skip to content

Commit

Permalink
build: ios image expo (#270)
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra authored Jan 29, 2025
1 parent efba09f commit 1e006ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions apps/easypid/eas.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"build": {
"base": {
"node": "20.11.1"
"node": "20.11.1",
"ios": {
"image": "macos-sonoma-14.6-xcode-16.1"
}
},
"development": {
"extends": "base",
Expand All @@ -11,8 +14,7 @@
"buildType": "apk"
},
"ios": {
"simulator": true,
"image": "latest"
"simulator": true
},
"env": {
"APP_VARIANT": "development"
Expand Down

0 comments on commit 1e006ba

Please sign in to comment.