Skip to content
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

Merged
merged 1 commit into from
Oct 9, 2018

Conversation

dostrander
Copy link

@dnkoutso
Copy link
Contributor

dnkoutso commented Oct 8, 2018

lgtm, is it possible to add tests?

@dostrander
Copy link
Author

YEah i'll add some tests

@dostrander dostrander changed the title Configuring targets for running uses internal methods allowing commad line tools and apps to be executable. Configuring targets for running uses internal methods allowing commad line tools and apps to be launchable. Oct 8, 2018
@dostrander dostrander force-pushed the derko/apps-runnable branch 2 times, most recently from 3a2042a to 0ae5ffb Compare October 8, 2018 19:43
CHANGELOG.md Outdated
@@ -65,7 +68,9 @@

##### Enhancements

* None.
* Add support for launchable targets from a scheme.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicated entry

lib/xcodeproj/project/object/native_target.rb Show resolved Hide resolved
lib/xcodeproj/scheme.rb Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
@segiddins segiddins merged commit 7a2e693 into CocoaPods:master Oct 9, 2018
set_launch_target(runnable_target) if launch_target
end
if test_target
add_build_target(test_target, false) if test_target != runnable_target

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?

Copy link
Member

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?

Copy link
Author

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants