30 lines
572 B
JSON
30 lines
572 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 7.2.0",
|
|
"appVersionSource": "remote",
|
|
"promptToConfigurePushNotifications": true
|
|
},
|
|
"build": {
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk"
|
|
},
|
|
"ios": {
|
|
"simulator": true
|
|
}
|
|
},
|
|
"production": {
|
|
"android": {
|
|
"buildType": "app-bundle",
|
|
"autoIncrement": "versionCode",
|
|
"resourceClass": "large"
|
|
},
|
|
"ios": {
|
|
"buildConfiguration": "Release",
|
|
"autoIncrement": "buildNumber"
|
|
}
|
|
}
|
|
}
|
|
}
|