方法一:github地址:https://github.com/alcatraz/Alcatraz
通过上面的github地址下载Alcatraz并command +r运行,完成后command+q退出
方法二:命令行方式
curl -fsSLhttps://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh| sh
两种方式安装后继续使用命令行
1:安装签名插件
$sudo gem install update_xcode_plugins
2:查看一下现有签名 $update_xcode_plugins
可以看到 绿色的字体提示添加完成。就代表添加成功了
注意一下黄色字体的提示,意思就是你使用的xcode8以上的版本,如果需要正常使用,需要运行,unsign这个命令。这个是对xcode进行解除签名。这样我们安装的插件才可以起作用。
3:注意如果恢复签名使用命令 $update_xcode_plugins --restore
4.重启xcode
重启之后会弹出对话框,选择load bundles
升级问题
//获取DVTPlugInCompatibilityUUID字段
defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
//将XXXX替换成刚刚获取的DVTPlugInCompatibilityUUID
find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add XXXX