Commit 7bc24b25 authored by Ben Asher's avatar Ben Asher

Appease the rubocop

parent 0d90b2a2
...@@ -317,7 +317,7 @@ module Pod ...@@ -317,7 +317,7 @@ module Pod
# If the targets missing hosts are only frameworks, then this is likely # If the targets missing hosts are only frameworks, then this is likely
# a project for doing framework development. In that case, just warn that # a project for doing framework development. In that case, just warn that
# the frameworks that these targets depend on won't be integrated anywhere # the frameworks that these targets depend on won't be integrated anywhere
if embedded_targets_missing_hosts_product_types.subset?(Set.new [:framework, :static_library]) if embedded_targets_missing_hosts_product_types.subset?(Set.new([:framework, :static_library]))
UI.warn 'The Podfile contains framework or static library targets, for which the Podfile does not contain host targets (targets which embed the framework).' \ UI.warn 'The Podfile contains framework or static library targets, for which the Podfile does not contain host targets (targets which embed the framework).' \
"\n" \ "\n" \
'If this project is for doing framework development, you can ignore this message. Otherwise, add a target to the Podfile that embeds these frameworks to make this message go away (e.g. a test target).' 'If this project is for doing framework development, you can ignore this message. Otherwise, add a target to the Podfile that embeds these frameworks to make this message go away (e.g. a test 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