- XcodeWay 是一个Xcode Extension扩展,通过一系列的快捷方式提高生产效率
- 可通过Xcode
Editor -> XcodeWay
使用
- 一键打开工程根目录
- 一键打开终端并跳到工程根目录
- 一键打开DerivedData目录
- 一键打开Provisioning Profiles目录
- 一键打开Archives目录
- 一键打开DeviceSupport目录
- 一键Pod Install
- 一键Pod update
- 一键清除DerivedData
如果你有其他好的想法,可实现Navigator协议,添加更多好用的功能.
protocol Navigator {
func navigate()
var title: String { get }
}
- 下载https://github.com/GesanTung/XcodeWay/releases
- 编译运行
- 系统偏好设置->扩展->Xcode Source Editor勾选XcodeWay
- curl -fsSL https://raw.githubusercontent.com/GesanTung/XcodeWay/master/install.sh | sh
- enjoy
#### 感谢
本项目fork自onmyway133
https://github.com/onmyway133/XcodeWay
## Credit
- Icon https://www.emojione.com/
## Licence
This project is released under the MIT license. See LICENSE.md.