Re: Sandboxing: Can't bookmark enclosing folder of user-selected file

2013-12-25 Thread Leo
___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: https://lists.apple.co

Re: Sandboxing: Can't bookmark enclosing folder of user-selected file

2013-12-23 Thread Mike Abdullah
Ah, does seem you're a bit stuck then. May be worth spending a DTS incident to see if you can get a definitive answer. One workaround that comes to mind is you might be able to export your files such that they go: > example.pdf => example.processed.pdf which would mean technically the extensi

Re: Sandboxing: Can't bookmark enclosing folder of user-selected file

2013-12-22 Thread Leo
___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: https://lists.apple.co

Re: Sandboxing: Can't bookmark enclosing folder of user-selected file

2013-12-22 Thread Mike Abdullah
Sounds to me you like you want to read up on the "Related Items" feature of the sandbox. On 22 Dec 2013, at 09:38, Leo wrote: > I'm sandboxing an app for the first time. The app has been out for a few > years by now, non-sandboxed. > > The app receives batches of PDF files and exports them wi

Sandboxing: Can't bookmark enclosing folder of user-selected file

2013-12-22 Thread Leo
I'm sandboxing an app for the first time. The app has been out for a few years by now, non-sandboxed. The app receives batches of PDF files and exports them with some changes. Users can select files from NSOpenPanel or drag-and-drop. There are two options: -export files into a specific folder