You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(desktop): ad-hoc sign macOS app and document Gatekeeper quarantine
Enable signingIdentity "-" for local/CI builds and clarify that Safari's
"damaged" dialog is quarantine on unsigned downloads, not a missing runtime.
Co-authored-by: Cursor <cursoragent@cursor.com>
**Install (macOS):** open the dmg → drag **CodeDelta** to Applications. If blocked: `xattr -cr /Applications/CodeDelta.app`
246
+
**Install (macOS):** open the dmg → drag **CodeDelta** to Applications.
247
+
248
+
If macOS says **“is damaged and can’t be opened”** after downloading from GitHub/Safari, that is Gatekeeper quarantine on unsigned apps — the app is not corrupt. Fix:
249
+
250
+
```bash
251
+
xattr -cr /Applications/CodeDelta.app
252
+
```
253
+
254
+
Then open again, or right-click the app → **Open** the first time. (Baidu Netdisk downloads often need the same `xattr` step.)
247
255
248
256
**Install (Windows):** run the setup `.exe` and follow the wizard.
0 commit comments