Commit e23cebfc authored by Marius Rackwitz's avatar Marius Rackwitz

[Analyzer] Check for the user opt-in to set host_requires_frameworks

parent 007bcac6
......@@ -204,7 +204,7 @@ module Pod
user_project = Xcodeproj::Project.open(project_path)
native_targets = compute_user_project_targets(target_definition, user_project)
target.host_requires_frameworks |= compute_user_project_targets_require_framework(target_definition, native_targets)
target.host_requires_frameworks |= target_definition.uses_frameworks?
target.user_project_path = project_path
target.client_root = project_path.dirname
target.user_target_uuids = native_targets.map(&:uuid)
......
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