From 06f7f992578f11d7ae9960d54318c8d92a1a7390 Mon Sep 17 00:00:00 2001 From: Marin Usalj Date: Mon, 21 Mar 2016 17:33:03 -0700 Subject: [PATCH] updated install script for version 1.1.17 --- Scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/install.sh b/Scripts/install.sh index 06321a5..ee8e337 100755 --- a/Scripts/install.sh +++ b/Scripts/install.sh @@ -2,7 +2,7 @@ set -euo pipefail -DOWNLOAD_URI=https://github.com/alcatraz/Alcatraz/releases/download/1.1.16/Alcatraz.tar.gz +DOWNLOAD_URI=https://github.com/alcatraz/Alcatraz/releases/download/1.1.17/Alcatraz.tar.gz PLUGINS_DIR="${HOME}/Library/Application Support/Developer/Shared/Xcode/Plug-ins" XCODE_VERSION="$(xcrun xcodebuild -version | head -n1 | awk '{ print $2 }')" PLIST_PLUGINS_KEY="DVTPlugInManagerNonApplePlugIns-Xcode-${XCODE_VERSION}"