diff --git a/templates/high-sierra-xcode.json b/templates/high-sierra-xcode.json index 424affd..cbd3dd9 100644 --- a/templates/high-sierra-xcode.json +++ b/templates/high-sierra-xcode.json @@ -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"