How can I run bash command with having Sandbox in Swift?
1
vote
0
answers
138
views
I made a working app which hides and shows the desktop icons using bash the terminal command for making it, easier to do this job with an UI, it works ok without sandbox and if there is sandbox it does not.
But the issue is here that According to Apple documentation, to distribute a macOS app through the Mac App Store, you must enable the App Sandbox capability. So if I use and keep Sandbox my code would NOT get processed and I would getting the massage of: "Operation not permitted" so how can I make my codes run with keeping the sandbox?
Asked by bulletproof software engineer
(123 rep)
Sep 7, 2023, 03:18 PM
Last activity: Sep 7, 2023, 03:37 PM
Last activity: Sep 7, 2023, 03:37 PM