← back to Beverlyhillsvideos App
eas.json
41 lines
{
"cli": {
"version": ">= 12.0.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
}
},
"preview": {
"distribution": "internal",
"ios": {
"simulator": false
}
},
"production": {
"autoIncrement": true,
"ios": {
"resourceClass": "m-medium",
"image": "latest"
}
}
},
"submit": {
"production": {
"ios": {
"appleTeamId": "3VAV3KMNZK",
"ascAppId": "6798763975",
"appleId": "steveabramsdesigns@gmail.com",
"ascApiKeyPath": "$ASC_API_KEY_PATH",
"ascApiKeyId": "72Y2TZT54R",
"ascApiKeyIssuerId": "cfbd63ed-301b-465c-aad7-49e94420ad70"
}
}
}
}