Skip to content

Commit

Permalink
chore: use default eas build machines
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jan 17, 2024
1 parent ac40344 commit 7c28a2e
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,12 @@
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
}
"distribution": "internal"
},
"preview": {
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
}
"distribution": "internal"
},
"production": {
"ios": {
"resourceClass": "m-medium"
}
}
"production": {}
},
"submit": {
"production": {}
Expand Down

0 comments on commit 7c28a2e

Please sign in to comment.