fix(entitlements): enable audio input device access in macOS sidecar configuration

- Added a key to the entitlements file to allow audio input device access, ensuring proper functionality for applications utilizing audio features under the macOS Hardened Runtime.
This commit is contained in:
Steven Enamakel
2026-04-11 13:48:36 -07:00
parent 759691e380
commit 5420ede6c4
+1
View File
@@ -9,6 +9,7 @@
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
<!-- Required for the core sidecar to make outbound HTTPS calls (registry fetch,
skill manifest + JS bundle downloads) under the macOS Hardened Runtime.
Without this, reqwest connections are silently blocked by the OS in signed