From 86b3f9bc4f6c02f929886583c0bebfd5a3053aa5 Mon Sep 17 00:00:00 2001 From: jurre Date: Wed, 24 Feb 2016 22:17:24 +0100 Subject: [PATCH] updated install script for version 1.1.16 --- Scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/install.sh b/Scripts/install.sh index 78de43a..e087583 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.15/Alcatraz.tar.gz +DOWNLOAD_URI=https://github.com/alcatraz/Alcatraz/releases/download/1.1.16/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}"