How would I implement a Gatekeeper bypass in my Swift 5 macOS app?

126 Views Asked by At

My app requires sudo xattr -rd com.apple.quarantine (app directory here) to be run in order for it to boot up on my tester's Mac. Is there a way to implement this into the app so that the command isn't needed?

I have to reach into the Downloads folder for the app, so I assume that's what's setting off the Gatekeeper alarm bells.

0

There are 0 best solutions below