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
dcc7327a
Commit
dcc7327a
authored
Oct 11, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1471 from sharplet/patch-1
Update CHANGELOG.md for CocoaPods/Core#30
parents
4b2c469b
da2c2056
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
CHANGELOG.md
CHANGELOG.md
+9
-0
No files found.
CHANGELOG.md
View file @
dcc7327a
...
@@ -4,6 +4,15 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -4,6 +4,15 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
## Master
## Master
###### Enhancements
*
Targets passed to the
`link_with`
method of the Podfile DSL no longer need
to be explicitly passed as an array.
`link_with ['target1', 'target2']`
can
now be written as
`link_with 'target1', 'target2'`
.
[
Adam Sharp
](
https://github.com/sharplet
)
[
Core#30
](
https://github.com/CocoaPods/Core/pull/30
)
###### Bug Fixes
###### Bug Fixes
*
Fixed a crash related to CocoaPods being unable to resolve an unique build
*
Fixed a crash related to CocoaPods being unable to resolve an unique build
...
...
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