-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuring targets for running uses internal methods allowing commad line tools and apps to be launchable. #614
Conversation
lgtm, is it possible to add tests? |
YEah i'll add some tests |
7a66140
to
817b4eb
Compare
3a2042a
to
0ae5ffb
Compare
0ae5ffb
to
95d38ce
Compare
CHANGELOG.md
Outdated
@@ -65,7 +68,9 @@ | |||
|
|||
##### Enhancements | |||
|
|||
* None. | |||
* Add support for launchable targets from a scheme. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicated entry
…d line tools and apps to be executable.
95d38ce
to
c3a0285
Compare
set_launch_target(runnable_target) if launch_target | ||
end | ||
if test_target | ||
add_build_target(test_target, false) if test_target != runnable_target |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change has made our builds fail. Test targets are now added to the archive and are unable to code-sign? Was this intended?
As build_targets have profile, archive... all turned on?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joshuapoq could you submit a new issue with steps to reproduce?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about that, will take al ook this afternoon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem! I've raised an issue for this - let me know if any more info is required: #618
@segiddins @dnkoutso