Commit efb9f9f5 authored by Marius Rackwitz's avatar Marius Rackwitz

Just set PodTarget#host_requires_frameworks in Installer#determine_dependency_product_type

parent 5673d61e
...@@ -322,7 +322,7 @@ module Pod ...@@ -322,7 +322,7 @@ module Pod
def determine_dependency_product_type def determine_dependency_product_type
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|
pod_target.host_requires_frameworks |= aggregate_target.requires_frameworks? pod_target.host_requires_frameworks = aggregate_target.requires_frameworks?
end end
end end
end end
......
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