Xcode plugin has bugs when I used,how I can update it conveniently when I know author fix it?
zdrjson opened this issue · 3 comments
zdrjson commented
Xcode plugin has bugs when I used,how I can update it conveniently when I know author fix it?
onevcat commented
You could use Alcatraz to reinstall it, or clone the repo and build it again in your Xcode.
zdrjson commented
安装了多个插件,插件更新了,只能一个一个重新安装吗?
igiu1988 commented
@zdrjson # Add new UUID of Xcode to plugins
alias xcplug="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
"
啊,回复完了才注意到,我这是答非所问啊,哈哈