28 lines
470 B
JSON
28 lines
470 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 12.0.0"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"preview": {
|
|
"distribution": "internal"
|
|
},
|
|
"production": {}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"appleId": "",
|
|
"ascAppId": "",
|
|
"appleTeamId": ""
|
|
},
|
|
"android": {
|
|
"serviceAccountKeyPath": "./google-service-account.json"
|
|
}
|
|
}
|
|
}
|
|
}
|