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
d603dbfa
Commit
d603dbfa
authored
Jul 30, 2017
by
Danielle Tomlinson
Committed by
Samuel Giddins
Feb 20, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AggregateXcconfig] Pass SWIFT_INCLUDE_PATHS
parent
48b82de6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
aggregate_xcconfig.rb
lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb
+2
-0
No files found.
lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb
View file @
d603dbfa
...
@@ -152,7 +152,9 @@ module Pod
...
@@ -152,7 +152,9 @@ module Pod
else
else
# Make headers discoverable from $PODS_ROOT/Headers directory
# Make headers discoverable from $PODS_ROOT/Headers directory
header_search_paths
=
target
.
sandbox
.
public_headers
.
search_paths
(
target
.
platform
)
header_search_paths
=
target
.
sandbox
.
public_headers
.
search_paths
(
target
.
platform
)
swift_search_paths
=
pod_targets
.
select
(
&
:should_build?
).
select
(
&
:uses_swift?
).
map
(
&
:configuration_build_dir
)
{
{
'SWIFT_INCLUDE_PATHS'
=>
'$(inherited) '
+
XCConfigHelper
.
quote
(
swift_search_paths
),
# by `#import "…"`
# by `#import "…"`
'HEADER_SEARCH_PATHS'
=>
'$(inherited) '
+
XCConfigHelper
.
quote
(
header_search_paths
),
'HEADER_SEARCH_PATHS'
=>
'$(inherited) '
+
XCConfigHelper
.
quote
(
header_search_paths
),
# by `#import <…>`
# by `#import <…>`
...
...
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