I made a working app which hides and reveals the desktop icons utilizing bash the terminal command for making it, simpler to do that job with an UI, it really works okay with out sandbox and if there may be sandbox it doesn’t.
However the concern is right here that Based on Apple documentation, to distribute a macOS app by the Mac App Retailer, you need to allow the App Sandbox functionality. So if I take advantage of and hold Sandbox my code would NOT get processed and I might getting the therapeutic massage of: “Operation not permitted” so how can I make my codes run with preserving the sandbox?

3