grocery-app/CustomerApp/eas.json

41 lines
812 B
JSON
Raw 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"
2023-10-16 09:55:45 +00:00
},
"channel": "development"
2023-03-20 07:29:19 +00:00
},
"preview": {
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
2023-10-16 09:55:45 +00:00
},
"channel": "preview"
2023-03-20 07:29:19 +00:00
},
"production": {
2023-10-16 09:55:45 +00:00
"channel": "production",
"android": {
"buildType": "apk"
}
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
}
2023-10-16 09:55:45 +00:00
}