Re: recycleURLs with authorization

2015-06-18 Thread SevenBits
On Thursday, June 18, 2015, sqwarqDev sqwarq...@icloud.com wrote: Thanks Sean That's certainly interesting, but seems like overkill in my case. SMJobBless seems to be addressing a bigger problem - how to let an app run privileged tasks without authorizing the entire app and without

Re: recycleURLs with authorization

2015-06-17 Thread sqwarqDev
Thanks Sean That's certainly interesting, but seems like overkill in my case. SMJobBless seems to be addressing a bigger problem - how to let an app run privileged tasks without authorizing the entire app and without repeatedly asking the user for a password. That's not quite what I want. I

Re: recycleURLs with authorization

2015-06-17 Thread Sean McBride
On Thu, 18 Jun 2015 08:16:48 +0700, sqwarqDev said: Hi list I'm trying to move some files to the trash with my app, but I need OS X to throw an authentication dialog when the requested file needs permission to be moved. I need a solution that will work from 10.6 onwards, so I've been looking

recycleURLs with authorization

2015-06-17 Thread sqwarqDev
Hi list I'm trying to move some files to the trash with my app, but I need OS X to throw an authentication dialog when the requested file needs permission to be moved. I need a solution that will work from 10.6 onwards, so I've been looking at NSWorkspace's recycleURLs rather than