On Feb 18, 2020, at 14:23:22, Gabriel Zachmann via Cocoa-dev
wrote:
>
> I understand that - but how can I store SSBs, if the app (legacyScreenSaver)
> does not have the com.apple.security.files.bookmarks.* entitlement?
Don't worry about what entitlements the engine has. That's beyond your co
> And that?s exactly why you need to store SSBs. You only have permission to an
> NSOpenPanel-gotten file for the current run or your program. Once it quits,
> that permission goes away.
I understand that - but how can I store SSBs, if the app (legacyScreenSaver)
does not have the com.apple.s
> On Feb 18, 2020, at 10:50, Gabriel Zachmann via Cocoa-dev
> wrote:
>
> Also, it can access files on an external disk, if the directory is provided
> during the same run via NSOpenPanel.
> But not in a later run , when it tries to access those same files (on
> external disk) with user inter