Skip to content

Instantly share code, notes, and snippets.

@ParsifalC
Created July 1, 2015 09:12
Show Gist options
  • Save ParsifalC/7625c03606f3b082fa38 to your computer and use it in GitHub Desktop.
Save ParsifalC/7625c03606f3b082fa38 to your computer and use it in GitHub Desktop.
Xcode升级后插件更新
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 DVTPlugInCompatibilityUUID`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment