Skip to content

Instantly share code, notes, and snippets.

@jessearmand
Created March 11, 2014 04:16
Show Gist options
  • Save jessearmand/9479439 to your computer and use it in GitHub Desktop.
Save jessearmand/9479439 to your computer and use it in GitHub Desktop.
Set Xcode plugin UUID compatibility
#!/bin/sh
XCODEUUID=`defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID`
defaults write ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/$1.xcplugin/Contents/Info DVTPlugInCompatibilityUUIDs -array-add $XCODEUUID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment