使用Alcatraz来管理Xcode插件,感谢github

首先上地址:

https://github.com/wawsc5354524/Alcatraz

这个是管理插件的插件的地址.

 

安装方法也很简单:

Installation

To install, open up your terminal and paste this:

curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh

or download the repository from Github and build it in Xcode. You'll need to restart Xcode after the installation.

Alcatraz requires Xcode Command Line Tools, which can be installed in Xcode via Preferences > Downloads.

只需要复制上面的那句话到控制台然后回车执行就可以了.

 

注意:

 

Requirements

Alcatraz for Xcode only supports OS X 10.9+.只支持OS X10.9之后的系统.

 

卸载:

Uninstall

Open up your terminal and paste this:

rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin

To remove all packages installed via Alcatraz, run rm -rf ~/Library/Application\ Support/Alcatraz/

卸载也是很简单,还是将这句话粘贴到控制台内就可以了.运行即可.

 

注意:

安装完毕之后要重启你的xcode,然后就好了,开始享受插件给你带来的快感吧.

 

posted @ 2015-09-27 17:30  AllenLiu  阅读(143)  评论(0编辑  收藏  举报