Commit 5ea67129 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Outdated] Use the Analyzer to resolve the unpinned pods

parent 70eaf299
......@@ -78,17 +78,9 @@ module Pod
def unlocked_pods
@unlocked_pods ||= begin
sources = if config.podfile.sources.empty?
SourcesManager.master
else
SourcesManager.sources(config.podfile.sources)
end
Resolver.new(
config.sandbox,
config.podfile,
[],
sources
).resolve.values.flatten
Installer::Analyzer.new(config.sandbox, config.podfile).
analyze(false).
specs_by_target.values.flatten.uniq
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