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
7e0ad569
Commit
7e0ad569
authored
Nov 22, 2016
by
Ben Asher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set for pod target names
parent
6568fce3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
analyzer.rb
lib/cocoapods/installer/analyzer.rb
+1
-1
No files found.
lib/cocoapods/installer/analyzer.rb
View file @
7e0ad569
...
@@ -238,7 +238,7 @@ module Pod
...
@@ -238,7 +238,7 @@ module Pod
#
#
def
copy_embedded_target_pod_targets_to_host
(
aggregate_target
,
embedded_aggregate_targets
)
def
copy_embedded_target_pod_targets_to_host
(
aggregate_target
,
embedded_aggregate_targets
)
return
if
aggregate_target
.
requires_host_target?
return
if
aggregate_target
.
requires_host_target?
pod_target_names
=
aggregate_target
.
pod_targets
.
map
(
&
:name
)
pod_target_names
=
Set
.
new
aggregate_target
.
pod_targets
.
map
(
&
:name
)
aggregate_user_target_uuids
=
Set
.
new
aggregate_target
.
user_targets
.
map
(
&
:uuid
)
aggregate_user_target_uuids
=
Set
.
new
aggregate_target
.
user_targets
.
map
(
&
:uuid
)
embedded_aggregate_targets
.
each
do
|
embedded_aggregate_target
|
embedded_aggregate_targets
.
each
do
|
embedded_aggregate_target
|
next
unless
embedded_aggregate_target
.
user_targets
.
any?
do
|
embedded_user_target
|
next
unless
embedded_aggregate_target
.
user_targets
.
any?
do
|
embedded_user_target
|
...
...
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