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

Commit

Permalink
updated install script for version 1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumealgis committed Mar 26, 2016
1 parent 7dad03d commit c9f9bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/install.sh
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

DOWNLOAD_URI=https://github.com/alcatraz/Alcatraz/releases/download/1.1.17/Alcatraz.tar.gz
DOWNLOAD_URI=https://github.com/alcatraz/Alcatraz/releases/download/1.1.18/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}"
Expand Down

0 comments on commit c9f9bde

Please sign in to comment.