alunny / node-xcode

tools and utilities for working with xcode/ios projects
Apache License 2.0
226 stars 105 forks source link

Add group option to addResourceFile and removeResourceFile #82

Closed mcgrews3 closed 8 years ago

mcgrews3 commented 8 years ago

Example: For image file at Resources\splash\Default-567h.png then using addResourceFile would configure xcode project that file was in Resources\Default-567h.png

mcgrews3 commented 8 years ago

Any updates or anything else I can provide for acceptance of this pull request? Thanks.

scavezze commented 8 years ago

I would love to see this pulled in it would solve a problem i am having with Resources for localization were i have the same image name but in different languages. I can add them all using the current method but then pngcrush gets all upset becauseof the duplicate names