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

Add support for adding subprojects #172

Merged
merged 10 commits into from
Jul 27, 2014
Merged

Conversation

fabiopelosin
Copy link
Member

No description provided.

fabiopelosin added a commit that referenced this pull request Jul 27, 2014
@fabiopelosin fabiopelosin merged commit a4f54a8 into master Jul 27, 2014
@fabiopelosin fabiopelosin deleted the fabio-add-subproject branch July 27, 2014 21:52
# Converts between camel case names used in the xcodeproj plist files
# and the ruby symbols used to represent them.
#
module NameHelper
Copy link
Member

Choose a reason for hiding this comment

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

The proliferation of ‘helpers’ is ok, but they should be named more semantically. If this helper is responsible for changing case of a string, then I don’t think NameHelper really clarifies that. Also, ‘name’ doesn’t seem to be appropriate, isn’t it more like ‘keys’ ?

So how about something like PlistKeyCaseConverter?

Copy link
Member

Choose a reason for hiding this comment

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

@irrationalfab ^^

Copy link
Member Author

Choose a reason for hiding this comment

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

Is not about keys only but also the attributes of the objects. PlistCaseConverter works for me

Copy link
Member

Choose a reason for hiding this comment

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

Gotcha, maybe just CaseConverter then? The Plist part in my suggestion was about the ‘keys being those in the plist’.

Copy link
Member Author

Choose a reason for hiding this comment

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

👍

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