This commit is contained in:
Morten Olsen
2022-05-10 22:45:38 +02:00
committed by Morten Olsen
parent 8259232a83
commit 6181eeb0c8
44 changed files with 1099 additions and 220 deletions

25
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"
}
}
}
}