alunny / node-xcode

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

Fixes issue #44, where removeFromPbxFileReferenceSection fails to remove... #45

Closed initialxy closed 9 years ago

initialxy commented 9 years ago

... its given file from PBXFileReference.

Check both quoted and unquoted name and path to make sure removeFromPbxFileReferenceSection will properly remove its given file from PBXFileReference.

imhotep commented 9 years ago

@initialxy Could you please add a test case for this?

initialxy commented 9 years ago

Will do.

initialxy commented 9 years ago

@imhotep unit test added.