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: Andrew Farmer <email@hidden>
- Date: Sat, 27 Dec 2008 04:27:33 -0800
On 27 Dec 08, at 04:22, Graham Cox wrote:
I'm preprocessing my info.plist file so I can automatically update
it with version number, etc.
I want to include a URL in my plist (to support Sparkle) but Xcode
won't let me. If I include the URL directly, it causes an error (xml
parse error). If I define a substitution for it in my plist
preprocessing settings, I get no error, but only 'http:' is copied,
and the rest of the URL is stripped.
Does your URL have an ampersand (&) in it? If so, try escaping it as
"&".
_______________________________________________
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