Re: Info.plist preprocessing with <integer> values
Re: Info.plist preprocessing with <integer> values
- Subject: Re: Info.plist preprocessing with <integer> values
- From: "Shawn Erickson" <email@hidden>
- Date: Tue, 6 Mar 2007 15:18:29 -0800
On 3/6/07, Isaac Wankerl <email@hidden> wrote:
On 3/6/07, B.J. Buchalter <email@hidden> wrote:
> The preprocessor replaces the token -- is is not variable replacement.
>
> So change it to
>
> <key>Foo</key> <integer>FooValue</integer>
>
> And it will work correctly.
>
> The string is not correct anyway, since the string would have been
>
> <key>Foo</key> <string>${2}</string>
>
> after preprocessing, which is not what you wanted...
The Info.plist preprocessor doesn't work like that.
With that said I am not sure why only <string> entries get the correct
substitution.
-Shawn
_______________________________________________
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