Skip to content

Instantly share code, notes, and snippets.

@rcgary
Created December 10, 2015 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rcgary/a18e0b9f6e118b440c23 to your computer and use it in GitHub Desktop.
Save rcgary/a18e0b9f6e118b440c23 to your computer and use it in GitHub Desktop.
Reload Xcode Plugins
find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode.app/Contents/Info.plist DVTPlugInCompatibilityUUID`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment