Files
gh-christianlouis-docuelevate/mobile/eas.json
T
2026-03-14 14:06:52 +00:00

38 lines
757 B
JSON

{
"cli": {
"version": ">= 5.9.0",
"appVersionSource": "local"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"node": "20.19.4"
},
"preview": {
"distribution": "internal",
"node": "20.19.4",
"ios": {
"simulator": false
}
},
"production": {
"autoIncrement": true,
"node": "20.19.4"
}
},
"submit": {
"production": {
"ios": {
"appleId": "YOUR_APPLE_ID",
"ascAppId": "YOUR_APP_STORE_CONNECT_APP_ID",
"appleTeamId": "YOUR_APPLE_TEAM_ID"
},
"android": {
"serviceAccountKeyPath": "./google-play-service-account.json",
"track": "production"
}
}
}
}