Commit 3fe4b60b authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Changelog] Update wording of Podfile sources entry

Thanks @orta
parent e26dc48a
...@@ -6,11 +6,11 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides ...@@ -6,11 +6,11 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
##### Breaking ##### Breaking
* Add support for loading podspecs from specific spec-repos _only_, * Add support for loading podspecs from *only* specific spec-repos via
a.k.a. ‘sources’. By default, when not specifying any specific sources in your `sources`. By default, when there are no sources specified in a Podfile all
Podfile, all source repos will be used, as has always been the case. source repos will be used. This has always been the case.
This implicit use of sources is, however, now deprecated. However, this implicit use of sources is now deprecated.
However, once you specify specific sources, **no** repos wil be included by Once you specify specific sources, **no** repos wil be included by
default. For example: default. For example:
source 'https://banana.com/corp/private-spec-repo.git' source 'https://banana.com/corp/private-spec-repo.git'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment