ios开发记录程序员iOS开发

备忘笔记:Xcode插件管理alcatraz

2016-01-12  本文已影响123人  曾迦

官网以及资料

官网: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的选项
点击后:

使用界面.png

上面有搜索栏可以搜索想要的插件直接安装或者删除就好.

上一篇 下一篇

猜你喜欢

热点阅读