Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
875bd8e4
Commit
875bd8e4
authored
Sep 25, 2014
by
Samuel E. Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Changelog] Add entry about specifying sources in the Podfile by URL
parent
9dd598cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
2 deletions
+24
-2
CHANGELOG.md
CHANGELOG.md
+24
-2
No files found.
CHANGELOG.md
View file @
875bd8e4
...
@@ -4,6 +4,28 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -4,6 +4,28 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
## Master
## Master
##### Breaking
*
Add support for loading podspecs from specific spec-repos _only_,
a.k.a. ‘sources’. By default, when not specifying any specific sources in your
Podfile, all source repos will be used, as has always been the case.
This implicit use of sources is, however, now deprecated.
However, once you specify specific sources,
**no**
repos wil be included by
default. For example:
source 'https://banana.com/corp/private-spec-repo.git'
source 'https://github.com/CocoaPods/Specs.git'
Any source URLs specified that have not yet been added will be cloned before
resolution begins.
[
François Benaiteau
](
https://github.com/netbe
)
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#1143
](
https://github.com/CocoaPods/CocoaPods/pull/1143
)
[
Core#19
](
https://github.com/CocoaPods/Core/pull/19
)
[
Core#170
](
https://github.com/CocoaPods/Core/issues/170
)
[
#2515
](
https://github.com/CocoaPods/CocoaPods/issues/2515
)
##### Bug Fixes
##### Bug Fixes
*
Fixes the detection of JSON podspecs included via
`:path`
.
*
Fixes the detection of JSON podspecs included via
`:path`
.
...
@@ -20,7 +42,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -20,7 +42,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
Kyle Fuller
](
https://github.com/kylef
)
[
Kyle Fuller
](
https://github.com/kylef
)
[
#2147
](
https://github.com/CocoaPods/CocoaPods/issues/2147
)
[
#2147
](
https://github.com/CocoaPods/CocoaPods/issues/2147
)
*
Fixes an issue where
`pod init`
would not add
`source 'master'`
to newly
*
Fixes an issue where
`pod init`
would not add
`source 'master'`
to newly
created Podfiles.
created Podfiles.
[
Ash Furrow
](
https://github.com/AshFurrow
)
[
Ash Furrow
](
https://github.com/AshFurrow
)
[
#2473
](
https://github.com/CocoaPods/CocoaPods/issues/2473
)
[
#2473
](
https://github.com/CocoaPods/CocoaPods/issues/2473
)
...
@@ -46,7 +68,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -46,7 +68,7 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
Fabio Pelosin
](
https://github.com/fabiopelosin
)
[
#1143
](
https://github.com/CocoaPods/CocoaPods/pull/1143
)
[
#1143
](
https://github.com/CocoaPods/CocoaPods/pull/1143
)
[
Core#19
](
https://github.com/CocoaPods/Core/pull/19
)
[
Core#19
](
https://github.com/CocoaPods/Core/pull/19
)
*
The
`Pods`
directory has been reorganized. This might require manual
*
The
`Pods`
directory has been reorganized. This might require manual
intervention in projects where files generated by CocoaPods have manually been
intervention in projects where files generated by CocoaPods have manually been
imported into the user's project (common with the acknowledgements files).
imported into the user's project (common with the acknowledgements files).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment