mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user