官网以及资料
官网: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
删除所有缓存数据:
rm -rf ~/Library/Application\ Support/Alcatraz
安装
在Xcode7.0之后安装这个插件会麻烦一些,我的安装步奏:
首先从github直接下载的插件包运行后没有作用,然后在命令行窗口执行curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh
安装命令就可以了.
如果以前装过可以先删除一下.
使用
在Xcode中找到window
有一个package Manager
的选项
点击后:
上面有搜索栏可以搜索想要的插件直接安装或者删除就好.