tags:

views:

68

answers:

1

I need to read / write Xcode project definition files (myproject.xcodeproj/project.pbxproj) - is there any formal specification of the file format which I can use to create a parser?

+1  A: 

As best I know, it is an internal implementation detail of Xcode. It would be surprising if there were a formal definition.

Rob Napier