Files
bob-the-algorithm/packages/app/eas.json
Morten Olsen 2b0ad8592b monorepo
2022-05-19 23:03:48 +02:00

26 lines
418 B
JSON

{
"cli": {
"version": ">= 0.42.4"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {
}
},
"submit": {
"production": {
"ios": {
"appleId": "morten@olsen.pro",
"appleTeamId": "D2944KU2BE",
"ascAppId": "1623552387"
}
}
}
}