Skip to content

Instantly share code, notes, and snippets.

@yingkong1987
Last active August 29, 2015 13:57
Show Gist options
  • Save yingkong1987/9531782 to your computer and use it in GitHub Desktop.
Save yingkong1987/9531782 to your computer and use it in GitHub Desktop.
修复 Xcode5.1 插件 (设置Xcode的UUID到插件上)
#!/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