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
ac87bcf3
Commit
ac87bcf3
authored
Jun 15, 2015
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGELOG] Add entry for #3550
parent
fdefcd04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
CHANGELOG.md
CHANGELOG.md
+19
-0
No files found.
CHANGELOG.md
View file @
ac87bcf3
...
@@ -6,6 +6,25 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
...
@@ -6,6 +6,25 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
## Master
## Master
##### Highlighted Enhancement That Needs Testing
*
De-duplicate Pod Targets: CocoaPods now recognizes when a dependency is used
multiple times across different user targets, but needs to be built only once.
The targets in
`Pods.xcodeproj`
need to be duplicated when one of the following
applies:
*
They are used on different platforms.
*
They are used with differents sets of subspecs.
*
They have any dependency which needs to be duplicated.
You can opt-out of this behavior installation-wise, by setting the following
option in your
``~/.cocoapods/config.yaml`:
```yaml
deduplicate_targets: false
```
[Marius Rackwitz](https://github.com/mrackwitz)
[#3550](https://github.com/CocoaPods/CocoaPods/issues/3550)
##### Breaking
##### Breaking
* The CocoaPods environment header has been removed.
* The CocoaPods environment header has been removed.
...
...
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