zoukankan      html  css  js  c++  java
  • 使用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,然后就好了,开始享受插件给你带来的快感吧.

  • 相关阅读:
    Apache 虚拟主机 VirtualHost 配置
    ajax无线级刷新
    Apache中 RewriteRule 规则参数介绍
    用户注册
    用户登录
    Android 侧滑菜单
    PhontoShop CS6 视频
    ArcGis地图
    Android 汉子转换成拼音
    UTF-8 转 GBK
  • 原文地址:https://www.cnblogs.com/doubleLWithiOS/p/4842454.html
Copyright © 2011-2022 走看看