Re: Info.plist preprocessing
Re: Info.plist preprocessing
- Subject: Re: Info.plist preprocessing
- From: Chris Espinosa <email@hidden>
- Date: Thu, 19 Jan 2006 08:19:08 -0800
On Jan 19, 2006, at 7:00 AM, Massimiliano Origgi wrote:
Before submitting a bug report against it, I wanted a confirmation.
I'm using XCode 2.2, GCC 4 and distributed builds are disabled.
I have started using the Info.plist preprocessor, but I get the
#pragma related to distributed builds at the beginning of the
processed Info.plist.
Reading the list I got the impression that it was fixed, so am I
missing something or are there still Known issues with it?
I'm not sure how you got that impression. Files that you #include for
plist preprocessing shouldn't have C code or C compiler directives in
them; it's best to just limit them to macro definitions. The
preprocessor passes through all #pragmas, expecting the compiler to act
on them, but they are invalid in plists.
Chris
_______________________________________________
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