Xcode 9.4.1

This commit is contained in:
fedor 2018-07-03 08:16:55 -04:00
parent 56ea7ddd2e
commit 726818bcf9
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@
"variables": {
"fastlane_user": "{{env `FASTLANE_USER`}}",
"fastlane_password": "{{env `FASTLANE_PASSWORD`}}",
"xcode_version": "9.4"
"xcode_version": "9.4.1"
},
"provisioners": [
{
"inline": [
"sudo gem install fastlane cocoapods",
"sudo gem install fastlane cocoapods rake -NV",
"pod setup"
],
"type": "shell"