How to grant access to Users Documents folder from a sandbox Xcode 11 macOS app. I want the app to be able to open an existing file (without using NSOpenPanel) in the users document directory. I have looked through the apple sandbox doc and don't see a way to do this.
How is this done?
How is this done?