Skip to content

Commit

Permalink
fix: add entitlement for media device usage
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed Apr 8, 2020
1 parent 78cbcc5 commit a0968c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/azure-pipelines/darwin/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@
<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.audio-input</key>
<true/>
</dict>
</plist>

0 comments on commit a0968c8

Please sign in to comment.