45 lines
937 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|