Documentation
¶
Overview ¶
Command bookmark demonstrates github.com/crgimenes/native/bookmark: it creates a persistence token for a file, resolves the token back into a path (starting the access grant), and releases the grant. Run it with:
go run ./examples/bookmark
Outside the macOS App Sandbox (and on Windows/Linux) the token is just the path; inside the sandbox it is real security-scoped bookmark data. Either way the calling code is identical — store the token, Resolve on the next launch, release when done. No UI and no main-thread requirement.
Click to show internal directories.
Click to hide internal directories.