Last active
September 21, 2015 01:24
-
-
Save wavecos/96d8651349bdc038f2f6 to your computer and use it in GitHub Desktop.
Enable Alcatraz in XCode 6.x or XCode 7.x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://pablin.org/2015/05/27/re-enable-alcatraz-on-xcode-6-dot-3-2-or-newer/ | |
# To read restriction: | |
defaults read com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-6.x | |
# To enable: | |
defaults delete com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-6.x | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment