官網(wǎng)以及資料
官網(wǎng):http://alcatraz.io
github:https://github.com/alcatraz/Alcatraz
在命令行中安裝:
curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh
刪除:
rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin
刪除所有緩存數(shù)據(jù):
rm -rf ~/Library/Application\ Support/Alcatraz
安裝
在Xcode7.0之后安裝這個插件會麻煩一些,我的安裝步奏:
首先從github直接下載的插件包運行后沒有作用,然后在命令行窗口執(zhí)行curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh
安裝命令就可以了.
如果以前裝過可以先刪除一下.
使用
在Xcode中找到window
有一個package Manager
的選項
點擊后:
使用界面.png
上面有搜索欄可以搜索想要的插件直接安裝或者刪除就好.