美文网首页
Xcode 7+ 插件安装

Xcode 7+ 插件安装

作者: _杨栋 | 来源:发表于2016-11-05 11:33 被阅读0次

    Plugins. Color Schemes. Templates.

    Usage

    Select Package Manager from the Window menu, then check or uncheck packages to install or remove them. You'll need to restart Xcode after installing certain packages, as indicated after installation.

    I want to submit my package!

    Fork and edit the Alcatraz package repository to include your package name, description, and URL in the plugins, color schemes, or templates section, and submit a pull request.

    {

    "name": "Excellent-Plugin",

    "url": "https://github.com/me/xcode-excellent-plugin",

    "description": "Makes Xcode stop, collaborate and listen."

    }

    Install // 在终端安装

    curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh

    //仅支持Xcode 7+ 以后的 Alcatraz is available for Xcode 7+ only.

    Uninstall

    //卸载插件安装

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

    Remove all cached data:

    rm -rf ~/Library/Application\ Support/Alcatraz

    相关文章

      网友评论

          本文标题:Xcode 7+ 插件安装

          本文链接:https://www.haomeiwen.com/subject/ijtguttx.html