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

Commit

Permalink
Merge pull request #499 from guillaumealgis/release/1.2.0
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
guillaumealgis committed Sep 28, 2016
2 parents 5c41303 + de3f506 commit 208652f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Alcatraz/Alcatraz-Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.19</string>
<string>1.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
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.19/Alcatraz.tar.gz
DOWNLOAD_URI=https://github.com/alcatraz/Alcatraz/releases/download/1.2.0/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 208652f

Please sign in to comment.