Sha256: d974000a5bab245c95bffda465b6514ff9b41c63c1b6fccd022e443fd4e0f2ac

Contents?: true

Size: 485 Bytes

Versions: 2

Compression:

Stored size: 485 Bytes

Contents

# CocoaPods No-Dev-Schemes

Is it annoying that `pod install`ing with development pods changes your target? Well now they won't be created for you anymore. There are good reasons for [doing it](https://github.com/CocoaPods/CocoaPods/pull/3600), but not when working with an app.

Use a Gemfile. [Here's a guide](http://guides.cocoapods.org/using/a-gemfile.html)

Gemfile:
```
gem "cocoapods"
gem "cocoapods-no-dev-schemes"
```

Podfile:
```
plugin "cocoapods-no-dev-schemes"
[...]
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cocoapods-no-dev-schemes-1.0.1 README.md
cocoapods-no-dev-schemes-1.0.0 README.md