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

Adjust Xcodeproj::Workspace to keep the underlying REXML document and add basic <Group> support. #322

Merged
merged 6 commits into from
Oct 27, 2015

Conversation

dparton
Copy link

@dparton dparton commented Oct 24, 2015

No description provided.


# @param [Array] file_references @see file_references
# @return [Array<GroupReference>] the groups contained in the workspace
Copy link
Member

Choose a reason for hiding this comment

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

this should still be param

Copy link
Author

Choose a reason for hiding this comment

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

Are you saying the @return should still be @param?

@segiddins
Copy link
Member

@AliSoftware could you review this, please?

@schemes = {}
if !document || document.is_a?(REXML::Document)
Copy link
Contributor

Choose a reason for hiding this comment

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

prefer document.nil? to !document

@AliSoftware
Copy link
Contributor

Please add an entry in CHANGELOG as well.
Otherwise, LGTM once the remarks have been addressed 👍

@dparton
Copy link
Author

dparton commented Oct 27, 2015

I believe all the remarks are addressed - let me know if there's anything else that looks suspect or needs additional clarification/work

AliSoftware added a commit that referenced this pull request Oct 27, 2015
Adjust Xcodeproj::Workspace to keep the underlying REXML document and add basic <Group> support.
@AliSoftware AliSoftware merged commit bf10619 into CocoaPods:master Oct 27, 2015
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.

3 participants