This commit is contained in:
Morten Olsen
2022-05-19 15:57:20 +02:00
parent 6181eeb0c8
commit 2b0ad8592b
156 changed files with 26987 additions and 14366 deletions

25
packages/app/eas.json Normal file
View File

@@ -0,0 +1,25 @@
{
"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"
}
}
}
}