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
2abae19a
Commit
2abae19a
authored
Feb 23, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Changelog] Update
parent
04a2d868
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
CHANGELOG.md
CHANGELOG.md
+15
-1
No files found.
CHANGELOG.md
View file @
2abae19a
...
...
@@ -43,11 +43,14 @@ other DSL attributes or any other kind of support.
###### Enhancements
-
Released preview
[
documentation
](
docs.cocoapods.org
)
.
-
CocoaPods now has support for working in teams and not committing the Pods folder.
-
CocoaPods now has support for working in teams and not committing the Pods
folder, as it will keep track of the status of the Pods folder.
[
#552
](
https://github.com/CocoaPods/CocoaPods/issues/552
)
-
Simplified installation: no specific version of ruby gems is required anymore.
-
The workspace is written only if needed greatly reducing the occasions in
which Xcode asks to revert.
-
The Lockfile is sorted reducing the SCM noise.
[
#591
](
https://github.com/CocoaPods/CocoaPods/issues/591
)
-
Added Podfile, Frameworks, and Resources to the Pods project.
[
#647
](
https://github.com/CocoaPods/CocoaPods/issues/647
)
[
#588
](
https://github.com/CocoaPods/CocoaPods/issues/588
)
...
...
@@ -62,11 +65,22 @@ other DSL attributes or any other kind of support.
-
Support for YAML formats of the Podfile and the Specification.
-
Added new command
`pod ipc`
to provide support for inter process
communication through YAML formats.
-
CocoaPods now detects if the folder of a Pod is empty and reinstalls it.
[
#534
](
https://github.com/CocoaPods/CocoaPods/issues/534
)
-
Install hooks and the
`prefix_header_contents`
attribute are supported in subspecs.
[
#617
](
https://github.com/CocoaPods/CocoaPods/issues/617
)
###### Bug fixes
-
CocoaPods is not confused anymore by target definitions with different activated subspec.
-
[
#535
](
https://github.com/CocoaPods/CocoaPods/issues/535
)
-
CocoaPods is not confused anymore by to dependencies from external sources.
[
#548
](
https://github.com/CocoaPods/CocoaPods/issues/548
)
-
The git cache will always update against the remote if a tag is requested,
resolving issues where library maintainers where updating the tag after a
lint and would be confused by CocoaPods using the cached commit for the tag.
[
#407
](
https://github.com/CocoaPods/CocoaPods/issues/407
)
[
#596
](
https://github.com/CocoaPods/CocoaPods/issues/596
)
###### Codebase
...
...
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