Skip to content

Commit

Permalink
add more entitlements to see if it fixes audio/video issues
Browse files Browse the repository at this point in the history
  • Loading branch information
benfry committed Jun 18, 2021
1 parent 6ce6d08 commit 7b75acf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/macosx/ffs.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.device.camera</key>
<true/>
<key>com.apple.security.device.microphone</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
</dict>
</plist>

0 comments on commit 7b75acf

Please sign in to comment.