• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
xcode project.pbxproj file and file references
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: xcode project.pbxproj file and file references
      • From: Chris Espinosa <email@hidden>
  • Prev by Date: Re: No Carbon project template after updating OS + SDK
  • Next by Date: Re: xcode project.pbxproj file and file references
  • Previous by thread: Re: Time Machine backs up my Xcode 3.2 build folders
  • Next by thread: Re: xcode project.pbxproj file and file references
  • Index(es):
    • Date
    • Thread