feat(desktop): add microphone entitlement for dictation

Add com.apple.security.device.audio-input to both mac entitlement
plists so the sandboxed app can access the microphone.
This commit is contained in:
Mohamed Boudra
2026-03-23 22:04:12 +07:00
parent c8d259b1df
commit ee6d8072ed
2 changed files with 4 additions and 0 deletions

View File

@@ -6,5 +6,7 @@
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
</dict>
</plist>

View File

@@ -6,5 +6,7 @@
<true/>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
</dict>
</plist>