Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 485 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 485 Bytes

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"
[...]