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,然后就好了,开始享受插件给你带来的快感吧.

  • 相关阅读:
    pythonchallenge10
    线程同步
    查缺补漏
    查看QQ是否在线
    project euler10
    Toon Shading, step 2
    一种简易的卡通渲染方法(上)
    GLSL学习笔记 9.1 Transformation
    Gloss Mapping
    一种简易的卡通渲染方法(下)
  • 原文地址:https://www.cnblogs.com/doubleLWithiOS/p/4842454.html
Copyright © 2011-2022 走看看