Re: How to get multiple NSURLs from Finder drop.

2012-09-03 Thread Todd Freese
Thanks, didn't see the new API. Todd On Sep 3, 2012, at 4:12 PM, Kyle Sluder wrote: > > On Sep 3, 2012, at 1:32 PM, Todd Freese > wrote: > >> I'm trying to get my App Sandboxed. I need to be able to accept a multi-file >> finder drop to import files. However, how did I get multiple NSURLs

Re: How to get multiple NSURLs from Finder drop.

2012-09-03 Thread Kyle Sluder
On Sep 3, 2012, at 1:32 PM, Todd Freese wrote: > I'm trying to get my App Sandboxed. I need to be able to accept a multi-file > finder drop to import files. However, how did I get multiple NSURLs from the > finder? There only seems to be two finder pasteboard types: > NSFilenamesPboardType &

How to get multiple NSURLs from Finder drop.

2012-09-03 Thread Todd Freese
I'm trying to get my App Sandboxed. I need to be able to accept a multi-file finder drop to import files. However, how did I get multiple NSURLs from the finder? There only seems to be two finder pasteboard types: NSFilenamesPboardType & NSURLPboardType. NSFilenamesPboardType won't work becaus