Re: document-scoped bookmark

2017-07-14 Thread J.E. Schotsman
ing a security-scoped bookmark to support App Sandbox, use this parameter as follows: • To create an app-scoped bookmark, use a value of nil. • To create a document-scoped bookmark, use the absolute path (despite this parameter’s name) to the document file that is to own the new sec

Re: document-scoped bookmark

2017-07-14 Thread Quincey Morris
On Jul 14, 2017, at 11:57 , J.E. Schotsman wrote: > > I want to create document-scoped security bookmarks. > However, there seems to be no API for this. Huh? It’s described here: https://developer.apple.com/library/content/documentation/Security/Conceptual/AppSandboxDesignGuide/AppSandboxInDept

document-scoped bookmark

2017-07-14 Thread J.E. Schotsman
Hello, I want to create document-scoped security bookmarks. However, there seems to be no API for this. On StackOverflow I’ve found two conflicting views: 1. Too bad, never implemented by Apple 2. Create the bookmark relative to the document. Can somebody please shed some light on this? TIA, J