No commit activity in last 3 years
No release in over 3 years
Removes all the CocoaPods Shared Schemes from Developer Pods.
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

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