Merge pull request #37745 from xxxigm/fix/macos-mic-entitlement-inherit

fix(desktop): inherit microphone entitlement for macOS helpers (#37718)
This commit is contained in:
brooklyn!
2026-06-02 20:43:05 -05:00
committed by GitHub
2 changed files with 78 additions and 0 deletions
@@ -8,5 +8,7 @@
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
</dict>
</plist>