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

Support for identifying hosts of embedded targets from sub-projects #396

Merged

Conversation

benasher44
Copy link
Member

This is the first step to fixing CocoaPods/CocoaPods#5622

@benasher44
Copy link
Member Author

benasher44 commented Jul 17, 2016

Looks like travis failed installing json. No gem dep changes here.

@benasher44
Copy link
Member Author

Same issue.

#
def native_target_uuid
return target.uuid if target
return target_proxy.remote_global_id_string if target_proxy
Copy link
Member

Choose a reason for hiding this comment

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

maybe raise otherwise to ensure this doesn't return nil?

Copy link
Member Author

Choose a reason for hiding this comment

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

This is actually fixed in the line below, but it didn't close this comment since I didn't change these lines :)

@segiddins
Copy link
Member

👍

@segiddins
Copy link
Member

@benasher44 this should pass with a rebase

@benasher44 benasher44 force-pushed the basher_embedded_remote_target branch from 5a24a39 to 346a751 Compare July 22, 2016 14:00
@benasher44
Copy link
Member Author

This is ready on my end! Once this is merged, I can update CocoaPods/CocoaPods#5637

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.

2 participants