Re: xcode project.pbxproj file and file references
Re: xcode project.pbxproj file and file references
- Subject: Re: xcode project.pbxproj file and file references
- From: Panayotis Katsaloulis <email@hidden>
- Date: Thu, 8 Oct 2009 11:04:18 +0300
On 08 Οκτ 2009, at 3:20 π.μ., Chris Espinosa wrote:
Every item in the project file has a unique-in-the-project ID.
That's how Build Phases record what Build Files they contain, and
how Build Files relate to the File References in the project.
(Since the same source file may be used in different ways in
different targets, the Build File object contains the differences).
The only importance of the ID is that it correlates the Build File
to the File Reference. Xcode may canonicalize the IDs when it loads
the project and then write out different ones; but once written the
first time, those numbers should stay stable.
So the process is to hand-roll the project file, then open it once
in Xcode, then close it, and from then on go by the IDs that Xcode
assigns to build files and file references.
Chris
Thanks for the help!
So, if I understand correctly, I just need to create a project-file
with unique references, then load it in Xcode (which will give them
their permanent values) and that's all?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden