From 726818bcf9a9a3a6b46a91e155e992a747e944a2 Mon Sep 17 00:00:00 2001 From: fedor Date: Tue, 3 Jul 2018 08:16:55 -0400 Subject: [PATCH] Xcode 9.4.1 --- templates/high-sierra-xcode.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"