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
e85feb56
Commit
e85feb56
authored
Aug 25, 2012
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changelog.
parent
c84575a3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
CHANGELOG.md
CHANGELOG.md
+11
-8
No files found.
CHANGELOG.md
View file @
e85feb56
...
@@ -4,15 +4,14 @@
...
@@ -4,15 +4,14 @@
###### Enhancements
###### Enhancements
-
Improved installation process
:
-
Improved installation process
that preserves the installed version of a Pod
-
The installed version of a Pod (recorded in
`Podfile.lock`
) is preserve
d
across installations and machines. The Pod is detected as modified an
d
across installations and machines.
reinstalled if:
-
Pods are reinstalled if the version required changes and is not compatible
-
the version required in the Podfile changes and becomes incompatible with
with current
installed one.
installed one.
[
#191
](
https://github.com/CocoaPods/CocoaPods/issues/191
)
[
#191
](
https://github.com/CocoaPods/CocoaPods/issues/191
)
-
Pods are reinstalled when their external source changes.
-
Their external source changes.
-
The folders of the Pods not required anymore are removed.
-
Their head status changes.
[
#298
](
https://github.com/CocoaPods/CocoaPods/issues/298
)
-
Introducing
`pod update`
that installs the dependencies of the Podfile
-
Introducing
`pod update`
that installs the dependencies of the Podfile
regardless of the contents of
`Podfile.lock`
.
regardless of the contents of
`Podfile.lock`
.
[
#131
](
https://github.com/CocoaPods/CocoaPods/issues/131
)
[
#131
](
https://github.com/CocoaPods/CocoaPods/issues/131
)
...
@@ -21,6 +20,8 @@
...
@@ -21,6 +20,8 @@
[
#458,
](
https://github.com/CocoaPods/CocoaPods/issues/458
)
[
#458,
](
https://github.com/CocoaPods/CocoaPods/issues/458
)
[
#415,
](
https://github.com/CocoaPods/CocoaPods/issues/415
)
[
#415,
](
https://github.com/CocoaPods/CocoaPods/issues/415
)
[
#156
](
https://github.com/CocoaPods/CocoaPods/issues/156
)
[
#156
](
https://github.com/CocoaPods/CocoaPods/issues/156
)
-
The folders of the Pods not required anymore are removed.
[
#298
](
https://github.com/CocoaPods/CocoaPods/issues/298
)
-
Added a meaningful error messages:
-
Added a meaningful error messages:
-
in case a podspec couldn’t be found in the root of an external source.
-
in case a podspec couldn’t be found in the root of an external source.
[
#385,
](
https://github.com/CocoaPods/CocoaPods/issues/385
)
[
#385,
](
https://github.com/CocoaPods/CocoaPods/issues/385
)
...
@@ -44,6 +45,8 @@
...
@@ -44,6 +45,8 @@
-
The SCM reference of head Pods is not preserved across machines.
-
The SCM reference of head Pods is not preserved across machines.
-
Pods whose inline specification changed are not detected as modified. As a
-
Pods whose inline specification changed are not detected as modified. As a
workaround, remove their folder stored in
`Pods`
.
workaround, remove their folder stored in
`Pods`
.
-
Pods whose specification changed are not detected as modified. As a
workaround, remove their folder stored in
`Pods`
.
## 0.13.0
## 0.13.0
...
...
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