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
7383eb4f
Commit
7383eb4f
authored
Oct 03, 2015
by
Kevin Coleman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changing host_requires_frameworks? to requires_frameworks? in xcconfig_helper
parent
f2813b34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
CHANGELOG.md
CHANGELOG.md
+2
-1
xcconfig_helper.rb
lib/cocoapods/generator/xcconfig/xcconfig_helper.rb
+1
-1
No files found.
CHANGELOG.md
View file @
7383eb4f
...
...
@@ -23,8 +23,9 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
[
Samuel Giddins
](
https://github.com/segiddins
)
[
#4124
](
https://github.com/CocoaPods/CocoaPods/issues/4124
)
*
Support for adding dependency target vendored libraries and frameworks to build settings.
*
Support for adding dependency target vendored libraries and frameworks to build settings.
[
Kevin Coleman
](
https://github.com/kcoleman731
)
[
#4278
](
https://github.com/CocoaPods/CocoaPods/pull/4278
)
##### Bug Fixes
...
...
lib/cocoapods/generator/xcconfig/xcconfig_helper.rb
View file @
7383eb4f
...
...
@@ -65,7 +65,7 @@ module Pod
# The xcconfig to edit.
#
def
self
.
add_vendored_dependency_build_settings
(
target
,
xcconfig
)
if
target
.
host_
requires_frameworks?
if
target
.
requires_frameworks?
target
.
dependent_targets
.
each
do
|
dependent_target
|
XCConfigHelper
.
add_vendored_dependency_build_settings
(
dependent_target
,
xcconfig
)
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