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
70656445
Commit
70656445
authored
Jul 23, 2013
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[xcconfig] Always exlude `USE_HEADERMAP` from the user’s project. #1216
parent
d4041e53
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
CHANGELOG.md
CHANGELOG.md
+3
-0
aggregate_xcconfig.rb
lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb
+4
-0
installer.rb
lib/cocoapods/installer.rb
+2
-2
No files found.
CHANGELOG.md
View file @
70656445
...
@@ -12,6 +12,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -12,6 +12,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
###### Bug Fixes
###### Bug Fixes
*
Always exlude
`USE_HEADERMAP`
from the user’s project.
[
#1216
](
https://github.com/CocoaPods/CocoaPods/issues/1216
)
*
Use correct template repo when using the
`pod lib create`
command.
*
Use correct template repo when using the
`pod lib create`
command.
[
#1214
](
https://github.com/CocoaPods/CocoaPods/issues/1214
)
[
#1214
](
https://github.com/CocoaPods/CocoaPods/issues/1214
)
...
...
lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb
View file @
70656445
...
@@ -28,6 +28,10 @@ module Pod
...
@@ -28,6 +28,10 @@ module Pod
end
end
end
end
# TODO Need to decide how we are going to ensure settings like these
# are always excluded from the user's project.
@xcconfig
.
attributes
.
delete
(
'USE_HEADERMAP'
)
@xcconfig
@xcconfig
end
end
...
...
lib/cocoapods/installer.rb
View file @
70656445
...
@@ -453,7 +453,7 @@ module Pod
...
@@ -453,7 +453,7 @@ module Pod
executed
=
false
executed
=
false
libraries_using_spec
(
spec
).
each
do
|
lib
|
libraries_using_spec
(
spec
).
each
do
|
lib
|
lib_representation
=
library_rep
(
lib
)
lib_representation
=
library_rep
(
lib
)
executed
|=
run_spec_pre_install_hook
(
spec
,
lib_representation
)
executed
|
|
=
run_spec_pre_install_hook
(
spec
,
lib_representation
)
end
end
UI
.
message
"-
#{
spec
.
name
}
"
if
executed
UI
.
message
"-
#{
spec
.
name
}
"
if
executed
end
end
...
@@ -512,7 +512,7 @@ module Pod
...
@@ -512,7 +512,7 @@ module Pod
executed
=
false
executed
=
false
libraries_using_spec
(
spec
).
each
do
|
lib
|
libraries_using_spec
(
spec
).
each
do
|
lib
|
lib_representation
=
library_rep
(
lib
)
lib_representation
=
library_rep
(
lib
)
executed
|=
run_spec_post_install_hook
(
spec
,
lib_representation
)
executed
|
|
=
run_spec_post_install_hook
(
spec
,
lib_representation
)
end
end
UI
.
message
"-
#{
spec
.
name
}
"
if
executed
UI
.
message
"-
#{
spec
.
name
}
"
if
executed
end
end
...
...
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