Sparkle supports quoted urls in the plist file (I wrote the patch exactly for the problem you are experiencing).
In my case, I #define MyURL "HTTP://www.myurl.com/myupdate.xml" in my pre-processing source file, then use "MyURL" in the plist file. Works like a charm! Phil ________________________________________ From: [email protected] [[email protected]] On Behalf Of Graham Cox [[email protected]] Sent: Saturday, December 27, 2008 7:30 AM To: Andrew Farmer Cc: Cocoa-Dev List Subject: Re: How do I include a URL in a preprocessed Info.plist? 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) --Graham _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/philippe.casgrain%40corel.com This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
