Alcatraz 使用教程

来源:互联网 发布:js alert 变量 编辑:程序博客网 时间:2024/04/28 23:28

Alcatraz 使用教程

几乎所有的开发者都知道Alcatraz是一个开源包管理工具,可以让我们轻松的管理各种插件。

Install

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

Uninstall

  • Delete the Plugin

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

  • Remove all cached data

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


Xcode 7.0 安装后不显示的问题

*按照如下步奏操作*

* close Xcode
* rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin
* find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
* sudo xcode-select --reset
* open Xcode
* curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh
* restart xcode

0 0
原创粉丝点击