Skip to content

Commit

Permalink
add launch target if launchable
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-makarov committed Feb 24, 2022
1 parent aa49556 commit d9926f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xcake/generator/scheme_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def visit_target(target)
native_scheme = @context.native_object_for(scheme)
native_scheme.name = scheme.name

native_scheme.configure_with_targets(native_target, nil)
native_scheme.configure_with_targets(native_target, nil, launch_target: native_target.launchable_target_type?)

native_project = @context.native_object_for(@project)
native_unit_test_target = native_project.find_unit_test_target_for_target(target)
Expand Down

0 comments on commit d9926f4

Please sign in to comment.