Commit ebf1d6c6 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Documentation][Resolver] Remove references to #from_subspec_dependency? and…

[Documentation][Resolver] Remove references to #from_subspec_dependency? and talk instead about scoping by target platform
parent 23c0d65a
......@@ -348,8 +348,8 @@ module Pod
end
# Returns the target-appropriate nodes that are `successors` of `node`,
# rejecting those that are {Dependency#from_subspec_dependency?} and have
# and incompatible platform.
# rejecting those that are scoped by target platform and have incompatible
# targets.
#
# @return [Array<Molinillo::DependencyGraph::Vertex>]
# An array of target-appropriate nodes whose `payload`s are
......@@ -366,11 +366,6 @@ module Pod
# Whether the given `edge` should be followed to find dependencies for the
# given `target`.
#
# @note At the moment, this method only checks whether the edge's
# requirements are normal dependencies _or_ whether they are
# dependencies that come from {Specification#subspec_dependencies}
# and, if so, that their platforms are compatible with the target's.
#
# @return [Bool]
#
def edge_is_valid_for_target?(edge, 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