My app needs access to certain folders and the contents of them (that the user picks) outside of the sandbox. I have that working well and all, however when the app restarts, I can still see what’s inside the folder, but I can’t read the files inside the folder.
I’m getting access to the folder through a simple NSOpenPanel, which like I said, works and gives me access to all files and subfolders until the app is restarted.
Is there any way I can make it so the NSOpenPanel grants me permanent access to the files?