Skip to content
This repository was archived by the owner on Sep 4, 2018. It is now read-only.

Commit 899283e

Browse files
updated install script for version 1.2.1
1 parent 0ba48dd commit 899283e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
DOWNLOAD_URI=https://github.com/alcatraz/Alcatraz/releases/download/1.2.0/Alcatraz.tar.gz
5+
DOWNLOAD_URI=https://github.com/alcatraz/Alcatraz/releases/download/1.2.1/Alcatraz.tar.gz
66
PLUGINS_DIR="${HOME}/Library/Application Support/Developer/Shared/Xcode/Plug-ins"
77
XCODE_VERSION="$(xcrun xcodebuild -version | head -n1 | awk '{ print $2 }')"
88
PLIST_PLUGINS_KEY="DVTPlugInManagerNonApplePlugIns-Xcode-${XCODE_VERSION}"

0 commit comments

Comments
 (0)