Created
March 11, 2014 04:16
-
-
Save jessearmand/9479439 to your computer and use it in GitHub Desktop.
Set Xcode plugin UUID compatibility
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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