文章目录
  1. 1. 安装xcode插件管理器
    1. 1.1. 卸载Alcatraz

安装xcode插件管理器

  1. 参照Alcatraz官网

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

ps:执行命令安装之前把xcode关闭。

由于天朝网络问题,用第二种比较靠谱,当然你要是可以越过长城,那就没问题,要是没有,就会和我一样:

image

2.github clone install

git clone https://github.com/alcatraz/Alcatraz.git 

1 . open with xcode

2 . run with xcode(agree all loadbundle)

  • 安装完成之后,打开xcode,在window导航栏下找到package Manager打开

image

  • 看到各种各样的插件,可以删除、管理、安装

image

卸载Alcatraz

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
文章目录
  1. 1. 安装xcode插件管理器
    1. 1.1. 卸载Alcatraz