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 #346 from supermarin/jurre/xcode7.1
Browse files Browse the repository at this point in the history
Add Xcode 7.1 beta DVTPlugInCompatibilityUUID
  • Loading branch information
jurre committed Sep 11, 2015
2 parents 3590f8f + 057d48d commit f075ceb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Alcatraz/ATZVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#ifndef Alcatraz_Version_h
#define Alcatraz_Version_h

#define ATZ_VERSION "1.1.7"
#define ATZ_VERSION "1.1.8"

#endif

1 change: 1 addition & 0 deletions Alcatraz/Alcatraz-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<string>AABB7188-E14E-4433-AD3B-5CD791EAD9A3</string>
<string>7FDF5C7A-131F-4ABB-9EDC-8C5F8F0B8A90</string>
<string>0420B86A-AA43-4792-9ED0-6FE0F2B16A13</string>
<string>CC0D0F4F-05B3-431A-8F33-F84AFCB2C651</string>
</array>
<key>XC4Compatible</key>
<true/>
Expand Down
2 changes: 1 addition & 1 deletion Scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

DOWNLOAD_URI=https://github.com/supermarin/Alcatraz/releases/download/1.1.7/Alcatraz.tar.gz
DOWNLOAD_URI=https://github.com/supermarin/Alcatraz/releases/download/1.1.8/Alcatraz.tar.gz
PLUGINS_DIR="${HOME}/Library/Application Support/Developer/Shared/Xcode/Plug-ins"

mkdir -p "${PLUGINS_DIR}"
Expand Down

0 comments on commit f075ceb

Please sign in to comment.