docs: add macOS Gatekeeper instructions

This commit is contained in:
Mikhail Kiselev
2026-02-10 02:36:02 +03:00
parent 585111a27b
commit b2403cc1a5

View File

@@ -52,6 +52,17 @@ make build
The built application will be in `build/bin/`. The built application will be in `build/bin/`.
### macOS Gatekeeper
Since the app is not signed with an Apple Developer certificate, macOS may show "app is damaged" error. To fix:
```bash
# Remove quarantine attribute
xattr -cr "Daily Timer.app"
```
Or right-click the app → Open → Open (first launch only).
## Usage ## Usage
### Setup Meeting ### Setup Meeting