alunny / node-xcode

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

Allow setting of 'includeInIndex' and 'explicitFileType' properties #54

Closed Mitko-Kerezov closed 9 years ago

Mitko-Kerezov commented 9 years ago

This enables greater customization when adding file to FileReference Section, like for example adding build output files (e.g. .app files or .appex files)

Note 'includeInIndex' property is more often than not set to the value of 0

imhotep commented 9 years ago

@Mitko-Kerezov test is failing

✖ removeSourceFile - should remove file from PBXFileReference after modified by Xcode TypeError: Cannot read property 'name' of undefined

Mitko-Kerezov commented 9 years ago

@imhotep removeSourceFile fixed. I've moved the new unit tests into a separate file so that the tests' state doesn't mess up.