Skip to content

Instantly share code, notes, and snippets.

@matsukaz
Created March 22, 2016 16:25
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 matsukaz/e5876ca34716794c0dfb to your computer and use it in GitHub Desktop.
Save matsukaz/e5876ca34716794c0dfb to your computer and use it in GitHub Desktop.
xcodeのバージョンアップ時にプラグインを再度有効化する方法
XCODE_UUID=`defaults read /Applications/Xcode.app/Contents/Info.plist DVTPlugInCompatibilityUUID`
find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist | xargs -IFILE defaults write FILE DVTPlugInCompatibilityUUIDs -array-add ${XCODE_UUID}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment