Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cocoapods-develop

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cocoapods-develop

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

cocoapods-develop

cocoapods-develop makes it easy to develop pods without switching workspaces.

Installation

$ gem install cocoapods-develop

Usage

Add cocoapods-develop to your Podfile:

When you want to start development work on one of your project's pod dependencies, add this:

All subsequent references to AwesomePod in the Podfile will then be interpreted as development pods.

In addition, the Xcode project for AwesomePod will be added to your workspace. Because the project will be added to your workspace, the default CocoaPods behavior of sharing the development pod scheme will be overriden.

Things to remember

If you have the development pod's project open in another workspace, Xcode will complain -- it can't open multiple versions of the same project simultaneously.

Any changes to existing files will be reflected immediately when you build.

If you add or delete files to the development pod, you must re-run pod install for those changes to be reflected.

FAQs

Package last updated on 01 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc