← back to CelebritySignatures
apps/mobile/eas.json
43 lines
{
"cli": {
"version": ">= 5.0.0",
"appVersionSource": "remote"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"ios": {
"simulator": true
}
},
"preview": {
"distribution": "internal",
"ios": {
"simulator": false
}
},
"production": {
"autoIncrement": true,
"ios": {
"image": "latest"
},
"android": {
"buildType": "app-bundle"
}
}
},
"submit": {
"production": {
"ios": {
"appleId": "steveabramsdesigns@gmail.com",
"appleTeamId": "3VAV3KMNZK",
"ascAppId": "6798448971",
"ascApiKeyPath": "./credentials/AuthKey_72Y2TZT54R.p8",
"ascApiKeyId": "72Y2TZT54R",
"ascApiKeyIssuerId": "cfbd63ed-301b-465c-aad7-49e94420ad70"
}
}
}
}