Skip to content

Commit

Permalink
fix: include audio input too
Browse files Browse the repository at this point in the history
  • Loading branch information
braden-w committed Jul 28, 2024
1 parent dad65de commit 886c4ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/app/src-tauri/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@

<key>com.apple.security.device.microphone</key>
<true/>

<key>com.apple.security.device.audio-input</key>
<true/>
</dict>
</plist>

0 comments on commit 886c4ec

Please sign in to comment.