Skip to content

Commit

Permalink
fix eas
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryskoda committed Oct 24, 2024
1 parent 5a7c42c commit 0593194
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,30 +70,18 @@
"production": {
"android": {
"track": "internal"
}
},
"production-ios": {
"extends": "production",
},
"ios": {
"ascAppId": "1658819514"
}
},
"production-android": {
"extends": "production"
},
"preview": {
"android": {
"track": "internal"
}
},
"preview-ios": {
"extends": "production",
},
"ios": {
"ascAppId": "6478027666"
}
},
"preview-android": {
"extends": "production"
}
}Ø
}
}
}

0 comments on commit 0593194

Please sign in to comment.