Skip to content

Instantly share code, notes, and snippets.

@fishkingsin
Created February 16, 2017 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fishkingsin/2e8502a79f1b9be526a42f8e6e4f6b11 to your computer and use it in GitHub Desktop.
Save fishkingsin/2e8502a79f1b9be526a42f8e6e4f6b11 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