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}"