Files
gh-christianlouis-docuelevate/mobile/eas.json
T
Christian Krakau-Louis d2ec99e7d5 Update eas.json
2026-03-15 11:23:07 +01:00

45 lines
937 B
JSON

{
"cli": {
"version": ">= 5.9.0",
"appVersionSource": "local"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal",
"node": "20.19.4",
"ios": {
"image": "macos-sequoia-15.3-xcode-16.2"
}
},
"preview": {
"distribution": "internal",
"node": "20.19.4",
"ios": {
"simulator": false,
"image": "macos-sequoia-15.3-xcode-16.2"
}
},
"production": {
"autoIncrement": true,
"node": "20.19.4",
"ios": {
"image": "macos-sequoia-15.3-xcode-16.2"
}
}
},
"submit": {
"production": {
"ios": {
"appleId": "christianlouis@gmail.com",
"ascAppId": "6760611200",
"appleTeamId": "975U2ZESBM"
},
"android": {
"serviceAccountKeyPath": "./google-play-service-account.json",
"track": "production"
}
}
}
}