docs: add macOS Gatekeeper instructions
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user