bump to Xcode 11.0 (#13)

This commit is contained in:
Sebastian Roth 2019-09-23 16:46:04 +01:00 committed by Fedor Korotkov
parent 8e31adf581
commit bfbad75e26
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
}
],
"variables": {
"xcode_version": "10.3"
"xcode_version": "11.0"
},
"provisioners": [
{

View File

@ -13,7 +13,7 @@
"variables": {
"fastlane_user": "{{env `FASTLANE_USER`}}",
"fastlane_password": "{{env `FASTLANE_PASSWORD`}}",
"xcode_version": "10.3"
"xcode_version": "11.0"
},
"provisioners": [
{