5f3d134d7e
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
45 lines
945 B
JSON
45 lines
945 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 5.9.0",
|
|
"appVersionSource": "local"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"node": "20.19.4",
|
|
"ios": {
|
|
"image": "macos-sequoia-15.1-xcode-16.2"
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"node": "20.19.4",
|
|
"ios": {
|
|
"simulator": false,
|
|
"image": "macos-sequoia-15.1-xcode-16.2"
|
|
}
|
|
},
|
|
"production": {
|
|
"autoIncrement": true,
|
|
"node": "20.19.4",
|
|
"ios": {
|
|
"image": "macos-sequoia-15.1-xcode-16.2"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"appleId": "YOUR_APPLE_ID",
|
|
"ascAppId": "YOUR_APP_STORE_CONNECT_APP_ID",
|
|
"appleTeamId": "975U2ZESBM"
|
|
},
|
|
"android": {
|
|
"serviceAccountKeyPath": "./google-play-service-account.json",
|
|
"track": "production"
|
|
}
|
|
}
|
|
}
|
|
}
|