chore: add EAS metadata

This commit is contained in:
Ashhhleyyy 2022-09-25 21:51:02 +01:00
parent b45fc9a025
commit c913e77bdb
Signed by: ash
GPG key ID: 83B789081A0878FB
2 changed files with 25 additions and 1 deletions

View file

@ -24,10 +24,16 @@
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF" "backgroundColor": "#FFFFFF"
} },
"package": "dev.ashhhleyyy.comet"
}, },
"web": { "web": {
"favicon": "./assets/favicon.png" "favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "04e2b470-3966-49a0-b8ee-59881448225c"
}
} }
} }
} }

18
eas.json Normal file
View file

@ -0,0 +1,18 @@
{
"cli": {
"version": ">= 2.1.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}