build(mac): enable time-sensitive notifications

This commit is contained in:
Peter Steinberger
2025-12-12 18:40:09 +00:00
parent 378e39d7ad
commit 337ae05ed8
2 changed files with 3 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ struct Response { ok: Bool; message?: String; payload?: Data }
## CLI (`clawdis-mac`)
- Subcommands (JSON out, non-zero exit on failure):
- `notify --title --body [--sound]`
- `notify --title --body [--sound] [--priority passive|active|timeSensitive]`
- `ensure-permissions --cap accessibility --cap screenRecording [--interactive]`
- `screenshot [--display-id N | --window-id N] [--out path]`
- `run -- cmd args... [--cwd] [--env KEY=VAL] [--timeout 30] [--needs-screen-recording]`

View File

@@ -49,6 +49,8 @@ cat > "$ENT_TMP" <<'PLIST'
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.usernotifications.time-sensitive</key>
<true/>
<key>com.apple.security.hardened-runtime</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>