Re: .pbproj file format
Re: .pbproj file format
- Subject: Re: .pbproj file format
- From: David Ewing <email@hidden>
- Date: Fri, 27 Feb 2004 09:43:54 -0700
On Feb 25, 2004, at 7:09 PM, Brent Gulanowski wrote:
Is there any info out there are the .pbproj format? Has anyone
published a library that can parse it? I'm investigating writing a
tool to work with XCode that would need to be able to tell which files
belong to a specific target.
For example, what are these:
//8D0
//8D1
//8D2
They're inserted in the file in bunches.
The file format is undocumented for now, but it's not terribly complex.
Those numbers are just comments and can be completely ignored. We
insert them in an attempt to make cvs see less conflicts (and it does
help).
Dave
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.