Xopen
Xopen is a command line that opens the first .xcworkspace found on the current folder, or the first .xcodeproj found (if no workspace was found).
Installation
Install from RubyGems:
$ gem install xcopen
Usage
Just run the command on the project's folder:
$ xcopen
Contributing
- Fork it ( https://github.com/madson/xcopen/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Credits
- Marcelo Fabri (Original code) - http://www.marcelofabri.com/xopen/
- Madson Cardoso (Ruby gem) - http://www.madson.us/