Skip to content

laxmorek/cocoapods-no-dev-schemes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Removes all the CocoaPods Shared Schemes from Developer Pods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%