From 8b30c0aa9f82362c6d8ecc99efb95120ca6e5d0a Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Sun, 14 Mar 2021 09:47:28 -0400 Subject: [PATCH] Pre-install fastlane fixes #35 --- templates/xcode.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/xcode.json b/templates/xcode.json index 5072464..120c83d 100644 --- a/templates/xcode.json +++ b/templates/xcode.json @@ -94,7 +94,7 @@ { "inline": [ "source ~/.zprofile", - "brew install libimobiledevice ideviceinstaller ios-deploy", + "brew install libimobiledevice ideviceinstaller ios-deploy fastlane", "sudo gem install cocoapods" ], "type": "shell"