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
d2e97d07
Commit
d2e97d07
authored
Jul 03, 2013
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGELOG] Some small improvements/fixes.
parent
634d6787
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
CHANGELOG.md
CHANGELOG.md
+6
-7
No files found.
CHANGELOG.md
View file @
d2e97d07
...
@@ -9,30 +9,29 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -9,30 +9,29 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
*
Added the
`pod lib create`
subcommand which allows to create a new Pod
*
Added the
`pod lib create`
subcommand which allows to create a new Pod
adhering to the best practices. The template is still a bit primitive
adhering to the best practices. The template is still a bit primitive
and we encourage users to provide feedback by submitting patches and issues
and we encourage users to provide feedback by submitting patches and issues
to
the
https://github.com/CocoaPods/CocoaPods.
to https://github.com/CocoaPods/CocoaPods.
[
#850
](
https://github.com/CocoaPods/CocoaPods/issues/850
)
[
#850
](
https://github.com/CocoaPods/CocoaPods/issues/850
)
*
Added the
`pod lib lint`
subcommand which allows to lint the Pod stored
*
Added the
`pod lib lint`
subcommand which allows to lint the Pod stored
in the working directory (a pod spec in the root is needed).
in the working directory (a pod spec in the root is needed).
[
#850
](
https://github.com/CocoaPods/CocoaPods/issues/850
)
[
#850
](
https://github.com/CocoaPods/CocoaPods/issues/850
)
*
The dependencies of the targets of the Pods project are now being explicitly
*
The dependencies of the targets of the Pods project are now made explicit.
set up.
[
#1165
](
https://github.com/CocoaPods/CocoaPods/issues/1165
)
[
#1165
](
https://github.com/CocoaPods/CocoaPods/issues/1165
)
*
The size of the cache used for the git repos is now configurable. For more
*
The size of the cache used for the git repos is now configurable. For more
detail see
detail
s
see
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/config.rb#L7-L25
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/config.rb#L7-L25
[
#1159
](
https://github.com/CocoaPods/CocoaPods/issues/1159
)
[
#1159
](
https://github.com/CocoaPods/CocoaPods/issues/1159
)
*
The copy resources shell script now aborts if any error occurs.
*
The copy resources shell script now aborts if any error occurs.
[
#1098
](
https://github.com/CocoaPods/CocoaPods/issues/1098
)
[
#1098
](
https://github.com/CocoaPods/CocoaPods/issues/1098
)
*
The output of shell script build phases
don't show environment variables
*
The output of shell script build phases
no longer includes environment
anymore
to reduce noise.
variables
to reduce noise.
[
#1122
](
https://github.com/CocoaPods/CocoaPods/issues/1122
)
[
#1122
](
https://github.com/CocoaPods/CocoaPods/issues/1122
)
*
CocoaPods
doesn't set anymore
the deprecated
`ALWAYS_SEARCH_USER_PATHS`
build
*
CocoaPods
no longer sets
the deprecated
`ALWAYS_SEARCH_USER_PATHS`
build
setting.
setting.
###### Bug fixes
###### Bug fixes
...
...
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