45 lines
831 B
JSON
45 lines
831 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 3.0.0",
|
|
"appVersionSource": "local"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk"
|
|
},
|
|
"ios": {
|
|
"simulator": false
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk"
|
|
},
|
|
"ios": {
|
|
"distribution": "internal"
|
|
}
|
|
},
|
|
"production": {
|
|
"android": {
|
|
"buildType": "aab"
|
|
},
|
|
"ios": {
|
|
"distribution": "store",
|
|
"autoIncrement": "buildNumber"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"appleId": "yaltopiatech@gmail.com",
|
|
"ascAppId": "com.ambapays.app",
|
|
"appleTeamId": "K73ZX6D43Q"
|
|
}
|
|
}
|
|
}
|
|
} |