Xcode插件的安装目录:
~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/
下面列举一些流行的插件
一、插件管理:Alcatraz
在Xcode中图形化界面来管理Xcode的插件,非常方便。
安装方法:
curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/master/Scripts/install.sh | sh
或者直接在Github中下载压缩包:https://github.com/supermarin/Alcatraz/releases
然后将xcplugin文件放到Xcode的插件目录中即可。
卸载方法:
rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin
删除缓冲数据:
rm -rf ~/Library/Application\ Support/Alcatraz
二、编辑区代码放大和缩小:AdjustFontSize
安装方法:
1)通过第一个介绍的插件管理工具安装
2)直接在github上下载源码,编译下即可。
使用方法:
三、快速删除Xcode缓存目录DerivedData:deriveddata-exterminator
通过Alcatraz安装:
更多的插件参考:
那些好用的IOS开发工具:http://devtang.com/blog/2014/06/29/ios-dev-tools/
SwiftGuide:https://github.com/ipader/SwiftGuide#tools