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: <email@hidden>
- Date: Sat, 27 Dec 2008 09:06:29 -0500
- Acceptlanguage: en-US
- Thread-topic: How do I include a URL in a preprocessed Info.plist?
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: cocoa-dev-bounces+philippe.casgrain=email@hidden [cocoa-dev-bounces+philippe.casgrain=email@hidden] On Behalf Of Graham Cox [email@hidden]
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@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
_______________________________________________
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