I need to get full access to my hard drive in an application I develop for macOS.
How do I get permission to access either Documents or full disk with Swift.
I need to get full access to my hard drive in an application I develop for macOS.
How do I get permission to access either Documents or full disk with Swift.
Solved it. I think. Removed Sandbox Capability.
Solved it. I think. Removed Sandbox Capability.
That will certainly help but there are still places on the file system that you’ll be unable to read. See my On File System Permissions post for more background on this.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"