alunny / node-xcode

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

Undefined items error handling in pbxWriter.prototype.writeArray #71

Open serkanserttop opened 8 years ago

serkanserttop commented 8 years ago

I am using a deep-diff library to compare resulting objects from xcode.project(file).parseSync(). I was getting some undefined items at https://github.com/alunny/node-xcode/blob/master/lib/pbxWriter.js#L183 when I ran project.writeSync(). I already have a fix, will create a PR.