macOS “damaged” warning fix

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

  1. Open Terminal
  2. Paste this command and press Enter:
    xattr -cr /Applications/LifeHub.app
  3. 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.