Commit 2c034e12 authored by Marius Rackwitz's avatar Marius Rackwitz

[Doc] Explain what Installer#set_target_dependencies does

parent 12904c56
...@@ -444,6 +444,11 @@ module Pod ...@@ -444,6 +444,11 @@ module Pod
end end
end end
# Adds a target dependency for each pod spec to each aggregate target and
# links the pod targets among each other.
#
# @return [void]
#
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|
......
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