-
Notifications
You must be signed in to change notification settings - Fork 465
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
Conversation
|
||
# @param [Array] file_references @see file_references | ||
# @return [Array<GroupReference>] the groups contained in the workspace |
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 should still be param
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.
Are you saying the @return
should still be @param
?
@AliSoftware could you review this, please? |
@schemes = {} | ||
if !document || document.is_a?(REXML::Document) |
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.
prefer document.nil?
to !document
Please add an entry in CHANGELOG as well. |
I believe all the remarks are addressed - let me know if there's anything else that looks suspect or needs additional clarification/work |
Adjust Xcodeproj::Workspace to keep the underlying REXML document and add basic <Group> support.
No description provided.