40 lines
843 B
JSON
40 lines
843 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 7.2.0",
|
|
"appVersionSource": "remote",
|
|
"promptToConfigurePushNotifications": true
|
|
},
|
|
"build": {
|
|
"production": {
|
|
"ios": {
|
|
"buildConfiguration": "Release",
|
|
"autoIncrement": "buildNumber"
|
|
},
|
|
"android": {
|
|
"buildType": "apk",
|
|
"autoIncrement": "versionCode"
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"simulator": true
|
|
},
|
|
"android": {
|
|
"buildType": "apk",
|
|
"gradleCommand": ":app:assembleDebug",
|
|
"applicationArchivePath": "android/app/build/outputs/apk/debug/app-debug.apk"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"ios": {
|
|
"appleId": "letawny@gmail.com",
|
|
"ascAppId": "1661696886",
|
|
"appleTeamId": "MW8MX2T3ZL"
|
|
}
|
|
}
|
|
}
|
|
}
|