0.02
No release in over 3 years
Low commit activity in last 3 years
CocoaPod’s plugin to open a pod’s workspace
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

“Open the pod bay doors HAL”

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.

Installation

Install the gem:

$ gem install cocoapods-open

Usage

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

Author

Hi, I am Les Hill and I make things.

If you are happy with this gem, follow me on Github @leshill and Twitter @leshill.

Contributors

  • Sam Soffes (@soffes) : Quote workspace file name (fixes #1!)
  • Mark Rickert (@markrickert) : reinstall command
  • Victor Ilyukevich (@yas375) : open -a option
  • Robert Wijas (@robertwijas) : Fixed arguments warning
  • Boris Bügling (@neonichu) : Use option syntax for '-a'

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request