39 lines
750 B
JSON
39 lines
750 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"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"appleId": "letawny@gmail.com",
|
|
"ascAppId": "1661696886",
|
|
"appleTeamId": "MW8MX2T3ZL"
|
|
}
|
|
}
|
|
}
|
|
}
|