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
307fe1d4
Commit
307fe1d4
authored
Oct 08, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Changelog]
parent
b3a3d2d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
CHANGELOG.md
CHANGELOG.md
+11
-6
No files found.
CHANGELOG.md
View file @
307fe1d4
...
@@ -6,13 +6,18 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -6,13 +6,18 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
###### Enhancements
###### Enhancements
*
CocoaPods now creates and hides the schemes of its targets during the
*
CocoaPods now creates and hides the schemes of its targets after every
installation.
installation. The schemes are not shared because the flag which keeps track
whether they should be visible is a user only flag. The schemes are still
present and to debug a single Pod it is possible to make its scheme visible
in the Schemes manager of Xcode. This is rarely needed thought because the
user targets trigger the compilation of the Pod targets.
[
Fabio Pelosin
](
https://github.com/irrationalfab
)
[
Fabio Pelosin
](
https://github.com/irrationalfab
)
[
#1185
](
https://github.com/CocoaPods/CocoaPods/pull/1185
)
[
#1185
](
https://github.com/CocoaPods/CocoaPods/pull/1185
)
*
Non integrating installations for OS X targets now set the architecture of
*
Non integrating installations now set the architecture of
*
the Pod targets to
`$(ARCHS_STANDARD_64_BIT)`
.
OS X Pod targets to
`$(ARCHS_STANDARD_64_BIT)`
(Xcode 4 default value for new
targets). This fixes lint issues with Xcode 4.
[
Fabio Pelosin
](
https://github.com/irrationalfab
)
[
Fabio Pelosin
](
https://github.com/irrationalfab
)
[
#1185
](
https://github.com/CocoaPods/CocoaPods/pull/1185
)
[
#1185
](
https://github.com/CocoaPods/CocoaPods/pull/1185
)
...
@@ -32,8 +37,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -32,8 +37,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
#1405
](
https://github.com/CocoaPods/CocoaPods/pull/1405
)
[
#1405
](
https://github.com/CocoaPods/CocoaPods/pull/1405
)
*
Fix an issue where CocoaPods would fail to work when used with an older
*
Fix an issue where CocoaPods would fail to work when used with an older
version of
activesupport
. This fix raises the dependency version to
version of
the Active Support gem
. This fix raises the dependency version to
the earliest compatible version of
actives
upport.
the earliest compatible version of
Active S
upport.
[
Kyle Fuller
](
https://github.com/kylef
)
[
Kyle Fuller
](
https://github.com/kylef
)
[
#1407
](
https://github.com/CocoaPods/CocoaPods/issues/1407
)
[
#1407
](
https://github.com/CocoaPods/CocoaPods/issues/1407
)
...
...
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