If macOS shows “LifeHub.app is damaged and can’t be opened”, this is Apple’s Gatekeeper rejecting our unsigned app (we’ll be Apple-signed in v2.0). Fix in 30 seconds:
Steps
- Open Terminal
- Paste this command and press Enter:
xattr -cr /Applications/LifeHub.app - Reopen LifeHub from Applications â works normally
Why this happens
macOS quarantines apps downloaded from the web that aren’t signed by an Apple Developer ID. We’re applying for one â until then this is the workaround.