Skip to content

Instantly share code, notes, and snippets.

@kikohz
Created August 7, 2015 02:59
Show Gist options
  • Save kikohz/ab1bcc45d11fe9c90cf6 to your computer and use it in GitHub Desktop.
Save kikohz/ab1bcc45d11fe9c90cf6 to your computer and use it in GitHub Desktop.
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