Skip to content

Instantly share code, notes, and snippets.

@Quotation
Last active August 29, 2015 14:18
Show Gist options
  • Save Quotation/ab53e4fde165d8166b1d to your computer and use it in GitHub Desktop.
Save Quotation/ab53e4fde165d8166b1d to your computer and use it in GitHub Desktop.
Fix Xcode plug-ins after Xcode update
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