grocery-app/CustomerApp/eas.json

42 lines
831 B
JSON
Raw Permalink Normal View History

2023-03-20 07:29:19 +00:00
{
"cli": {
"version": ">= 3.8.0"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
}
},
"preview": {
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
}
},
"production": {
"developmentClient": false,
"releaseChannel": "production",
"distribution": "store",
"ios": {
2023-03-22 06:58:12 +00:00
"resourceClass": "m-medium"
2023-03-20 07:29:19 +00:00
}
}
},
"submit": {
2023-03-22 06:58:12 +00:00
"production": {
"android": {
"serviceAccountKeyPath": "./google-service-account.json",
"track": "production"
},
"ios": {
"appleId": "sharan.gohar@icloud.com",
"ascAppId": "1526488093",
"appleTeamId": "GDFK7MVY6P"
}
}
2023-03-20 07:29:19 +00:00
}
}