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