Skip to content

Instantly share code, notes, and snippets.

@wavecos
Last active September 21, 2015 01:24
Show Gist options
  • Save wavecos/96d8651349bdc038f2f6 to your computer and use it in GitHub Desktop.
Save wavecos/96d8651349bdc038f2f6 to your computer and use it in GitHub Desktop.
Enable Alcatraz in XCode 6.x or XCode 7.x
# 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