I am writing an application that generates .xcodeproj files. It's generated a .pbxproj file, however when opening it in Xcode, I get an error message, "cannot be opened because the project file cannot be parsed." and nothing more.
Is there a reliable application for syntax parsing old-style plists?
If it requires me to use low-level Cocoa APIs, I'm fine with that, but some pointers at least?