Skip to content

Commit

Permalink
fix(desktop): add missing camera permissions in macos
Browse files Browse the repository at this point in the history
(cherry picked from commit 6138439)
  • Loading branch information
szymonlesisz authored and prusnak committed Oct 14, 2020
1 parent 92eaa78 commit 9995926
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/suite-desktop/entitlements.mac.inherit.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.device.camera</key>
<true/>
</dict>
</plist>

0 comments on commit 9995926

Please sign in to comment.