Total Pageviews

Thursday 31 March 2016

open_pod_bay

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
from https://github.com/leshill/open_pod_bay