From 8ff5ca520010179273dc0aa6bad1970a41efa838 Mon Sep 17 00:00:00 2001 From: jurre Date: Mon, 2 Nov 2015 20:40:33 +0100 Subject: [PATCH] updated install script for version 1.1.11 --- Scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/install.sh b/Scripts/install.sh index d6c68ef..00d8069 100644 --- a/Scripts/install.sh +++ b/Scripts/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -DOWNLOAD_URI=https://github.com/supermarin/Alcatraz/releases/download/1.1.10/Alcatraz.tar.gz +DOWNLOAD_URI=https://github.com/supermarin/Alcatraz/releases/download/1.1.11/Alcatraz.tar.gz PLUGINS_DIR="${HOME}/Library/Application Support/Developer/Shared/Xcode/Plug-ins" mkdir -p "${PLUGINS_DIR}"