Xcode安装添加文件时自动加入所有target插件

Xcode 8.3不能使用插件:控制台输入下面命令.

curl -fsSL https://raw.githubusercontent.com/fpg1503/MakeXcodeGr8Again/master/selfsign.sh | sh -s copy

来自:https://github.com/fpg1503/MakeXcodeGr8Again。因为工程运行报错所以输入上面命令,会生成额外一个可以安装插件的Xcode.名字为hisXcodeWithPlugins

下载 https://github.com/poboke/AllTargets,用XcodeWithPlugins打开运行。然后在控制台输入:

find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/XcodeWithPlugins.app/Contents/Info DVTPlugInCompatibilityUUID`

然后打开XcodeWithPlugins看到选项,可以自己勾选

Xcode安装添加文件时自动加入所有target插件_第1张图片
截图.png

你可能感兴趣的:(Xcode安装添加文件时自动加入所有target插件)