Commit 6bd6e636 authored by Marius Rackwitz's avatar Marius Rackwitz

[Analyzer] Rename #compute_target_platforms to inspect_targets_to_integrate

It is computing also the architecture and will compute more.
parent ac11caf6
......@@ -55,7 +55,7 @@ module Pod
validate_podfile!
validate_lockfile_version!
@result = AnalysisResult.new
compute_target_platforms
inspect_targets_to_integrate
@result.podfile_state = generate_podfile_state
@locked_dependencies = generate_version_locking_dependencies
......@@ -749,7 +749,7 @@ module Pod
#
# @return [void]
#
def compute_target_platforms
def inspect_targets_to_integrate
UI.section 'Inspecting targets to integrate' do
podfile.target_definition_list.each do |target_definition|
if config.integrate_targets?
......
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