Skip to content

Commit

Permalink
fix(entitlements): adds disable-library-validation (#572)
Browse files Browse the repository at this point in the history
Adds entitlement to disable checking of loading unsigned 3rd-party library code. This allows the use
of some popular virtual webcams such as CamTwist, OBS Virtual Camera and Canon EOS Webcam Utility

fixes #570
  • Loading branch information
2xAA authored Apr 13, 2021
1 parent 697dd79 commit ca0a0c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
<true/>
<key>com.apple.security.device.camera</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
</dict>
</plist>

0 comments on commit ca0a0c6

Please sign in to comment.