Re: How do I include a URL in a preprocessed Info.plist?
Re: How do I include a URL in a preprocessed Info.plist?
- Subject: Re: How do I include a URL in a preprocessed Info.plist?
- From: Gregory Weston <email@hidden>
- Date: Sat, 27 Dec 2008 14:41:34 -0500
Graham Cox wrote:
On 27 Dec 2008, at 11:27 pm, Andrew Farmer wrote:
Does your URL have an ampersand (&) in it? If so, try escaping it as
"&".
No it doesn't - it's just a very straightforward URL like http://
mysite.com/path/to/stuff.xml
(I also tried quoting the string which makes no difference)
In a fit of optimism, entered the terms Info.plist and preprocess in
Google and found this:
<http://developer.apple.com/technotes/tn2007/tn2175.html>
"To work around this feature of the C preprocessor, we can pass the -
traditional flag to the Info.plist Other Preprocessor Flags build
setting in Xcode. This will cause the preprocessor to use the
traditional ANSI C /* and */ character strings as tokens to recognize
and discard text as comments."
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden