NSURLConnection - bypass Keychain dialog?

2008-07-21 Thread William Bates
I'm writing an app that automates lots of little uploads to a server. My NSURLConnection delegate is all set to handle authorization requests - it knows the passwords - but 99% of the time it does not get reached, but rather the Keychain Access dialog comes up "App Name wants access to your

webDAV (lite) framework?

2008-07-21 Thread William Bates
Is there an objective-C webDAV framework around? I've been rolling my own (I only need some basic functionality) but can't image it hasn't been done already... ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests

Re: Geographic Location drag type

2008-06-13 Thread William Bates
Here's what I've decided to use. I put two flavors on the pasteboard: com.knowledgeengineering.ISO6709.string a UTF8 string conforming to ISO6709 com.knowledgeengineering.ISO6709.dictionary a CFDictionary containting 3 CFNumbers of type double (kCFNumberDoubleType) with keys: latitude, longitu