Popularity
5.5
Stable
Activity
3.3
-
554
21
37

Code Quality Rank: L4
Programming language: Swift
License: MIT License
Tags: Plugins     Xcode    
Latest version: v2.2.0

XcodeWay alternatives and similar libraries

Based on the "Plugins" category.
Alternatively, view XcodeWay alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of XcodeWay or a related project?

Add another 'Plugins' Library

README

XcodeWay

❤️ Support my apps ❤️

❤️❤️😇😍🤘❤️❤️

[](Screenshots/Banner.png)

Description

[](Screenshots/demo.gif)

Features

  • [x] Go To Project Folder: Open the selected Xcode project folder in Finder
  • [x] Go To iTerm: Open the selected Xcode project folder in iTerm
  • [x] Go To DerivedData Folder: Check and open relative DerivedData if any, otherwise open global DerivedData
  • [x] Open GitHub: Check and open git remote in your default browser
  • [x] Open Current File in Github: Open the current file in GitHub
  • [x] Go To Provisioning Profiles Folder: Open in Finder
  • [x] Go To Themes Folder: Open in Finder
  • [x] Go To Archives Folder: Open in Finder
  • [x] Go To DeviceSupport Folder: Open in Finder
  • [x] Go To CodeSnippets Folder: Open in Finder
  • [x] Go To Document Folder: Go to current app Document folder for current simulator

Extensible

Although all common scenarios are covered, there's some more that you want to navigate to. Then just add your own by conforming to Navigator. Pull requests are welcome.

protocol Navigator {
  func navigate()
  var title: String { get }
}

How to install

curl -fsSL https://raw.githubusercontent.com/onmyway133/XcodeWay/master/install.sh | sh

Troubleshooting

  • Stop com.apple.dt.Xcode.AttachToXPCService
  • Run sudo /usr/libexec/xpccachectl and restart Mac
  • It only works when a Swift file is selected
  • If the menu is disappeared or disabled, run again

Credit

Licence

This project is released under the MIT license. See LICENSE.md.


*Note that all licence references and agreements mentioned in the XcodeWay README section above are relevant to that project's source code only.