Skip to content

⛵ An Xcode Source Editor Extension that helps navigating to many places easier

License

Notifications You must be signed in to change notification settings

GesanTung/XcodeWay

 
 

Repository files navigation

XcodeWay

简介

  • 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 }
}

如何安装


#### 感谢
本项目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.


About

⛵ An Xcode Source Editor Extension that helps navigating to many places easier

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 65.2%
  • AppleScript 32.4%
  • Shell 2.4%