/cocoapods-no-dev-schemes

Removes all the CocoaPods Shared Schemes from Developer Pods

Primary LanguageRubyMIT LicenseMIT

CocoaPods No-Dev-Schemes

Is it annoying that pod installing with development pods changes your target? Well now they won't be created for you anymore. There are good reasons for doing it, but not when working with an app.

Use a Gemfile. Here's a guide

Gemfile:

gem "cocoapods"
gem "cocoapods-no-dev-schemes"

Podfile:

plugin "cocoapods-no-dev-schemes"
[...]