Skip to content

Instantly share code, notes, and snippets.

@dopcn
Created July 21, 2015 12:52
Show Gist options
  • Save dopcn/779480f128bae5389fe8 to your computer and use it in GitHub Desktop.
Save dopcn/779480f128bae5389fe8 to your computer and use it in GitHub Desktop.
xcode plugin renew
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