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
1cc0e7d5
Commit
1cc0e7d5
authored
Jul 24, 2015
by
Samuel E. Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PodTargetInstaller] Dont link modulemap/umbrella header for building, framework pods
parent
1610e670
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
pod_target_installer.rb
...oapods/installer/target_installer/pod_target_installer.rb
+3
-0
No files found.
lib/cocoapods/installer/target_installer/pod_target_installer.rb
View file @
1cc0e7d5
...
...
@@ -190,6 +190,8 @@ module Pod
# @return [void]
#
def
link_module_map
return
if
target
.
requires_frameworks?
&&
target
.
should_build?
sandbox
.
public_headers
.
add_file
(
target
.
name
,
target
.
module_map_path
,
"module.modulemap"
,
target
.
platform
)
end
...
...
@@ -199,6 +201,7 @@ module Pod
#
def
link_umbrella_header
return
if
custom_module_map
return
if
target
.
requires_frameworks?
&&
target
.
should_build?
sandbox
.
public_headers
.
add_files
(
target
.
name
,
[
target
.
umbrella_header_path
],
target
.
platform
)
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