CocoaPods plug-in to open a workspace. If no workspace is found, the command continues up the directory tree looking for one to open.
Also adds the ability to install pods and then open the workspace. Useful when
modifying your Podfile
.
Install the gem:
$ gem install cocoapods-open
Open the workspace in Xcode
pod open
Open the workspace in AppCode
pod open -a
Install pods and then open the workspace (pod install && pod open
)
pod reinstall
Hi, I am Les Hill and I make things.
If you are happy with this gem, follow me on Github @leshill and Twitter @leshill.
- Sam Soffes (@soffes) : Quote workspace file name (fixes #1!)
- Mark Rickert (@markrickert) :
reinstall
command - Victor Ilyukevich (@yas375) :
open -a
option
- Fork it
- 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 new Pull Request