commit 15d72705ad4ee3c5402d3097651093a5dcc41bd9
parent 75cdae0e5b0d29ff8459fc2a90020d263390fbff
Author: SomberNight <somber.night@protonmail.com>
Date: Tue, 23 Jun 2020 17:38:59 +0200
mac build: add camera permission to entitlements.plist
based on https://github.com/Electron-Cash/Electron-Cash/commit/0b5b5fb228dbd3be60197b7ccde27ff32d9786ad
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/contrib/osx/entitlements.plist b/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>