How to work around app damaged warning in macOS

Issue #238

“App” is damaged and can’t be opened. You should move it to the Trash.

👉 Disable gate keeper

1
2
sudo spctl --master-disable
spctl --status

Current workaround is to remove Launch At Login handling code.

Comments