xcode project.pbxproj file and file references
xcode project.pbxproj file and file references
- Subject: xcode project.pbxproj file and file references
- From: Panayotis Katsaloulis <email@hidden>
- Date: Thu, 8 Oct 2009 02:29:56 +0300
Hello all
I am trying to create my own hand-made project.pbxproj file for my
projects, which will have an arbitrary number of source files in it.
When playing around with this file, I found that the files are
referenced through a 96-bit hex number.
E.g. in PBXBuildFile section I got this entry:
F6DBD488107D57F100BB92F5 /* lala.m in Sources */ = {isa =
PBXBuildFile; fileRef = F6DBD484107D57F100BB92F5 /* lala.m */; };
How can I compute this number? What does it mean?
I saw that I can manually change this number to any number I want (as
long there is consistency). At the moment I load this file to Xcode,
the number changes again to their "default" value, without me doing
something.
Thus means that there is an algorithm which computes it. Any ideas?
_______________________________________________
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