Commit e4eec8d0 authored by Fabio Pelosin's avatar Fabio Pelosin

[Installer] Move target dependency logic to Xcodeproj 2

parent 01f2a942
...@@ -337,7 +337,7 @@ module Pod ...@@ -337,7 +337,7 @@ module Pod
def set_target_dependencies def set_target_dependencies
aggregate_targets.each do |aggregate_target| aggregate_targets.each do |aggregate_target|
aggregate_target.pod_targets.each do |pod_target| aggregate_target.pod_targets.each do |pod_target|
add_dependency(aggregate_target, pod_target) aggregate_target.target.add_dependency(pod_target.target)
pod_target.dependencies.each do |dep| pod_target.dependencies.each do |dep|
unless dep == pod_target.pod_name unless dep == pod_target.pod_name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment