From 899283e6ee5b5a2d7aab1b43e69f803ae8f2dc06 Mon Sep 17 00:00:00 2001 From: Guillaume Algis Date: Mon, 3 Oct 2016 21:32:13 +0200 Subject: [PATCH] updated install script for version 1.2.1 --- Scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/install.sh b/Scripts/install.sh index 8c5bc45..0b7951e 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.2.0/Alcatraz.tar.gz +DOWNLOAD_URI=https://github.com/alcatraz/Alcatraz/releases/download/1.2.1/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}"