Browse Source

mac build: add camera permission to entitlements.plist

based on 0b5b5fb228
bip39-recovery
SomberNight 5 years ago
parent
commit
15d72705ad
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 4
      contrib/osx/entitlements.plist

4
contrib/osx/entitlements.plist

@ -15,5 +15,9 @@
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<!-- Camera access, to read QR codes -->
<key>com.apple.security.device.camera</key>
<true/>
</dict>
</plist>

Loading…
Cancel
Save