URI: 
       tmac build: add camera permission to entitlements.plist - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 15d72705ad4ee3c5402d3097651093a5dcc41bd9
   DIR parent 75cdae0e5b0d29ff8459fc2a90020d263390fbff
  HTML 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:
         M contrib/osx/entitlements.plist      |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/contrib/osx/entitlements.plist b/contrib/osx/entitlements.plist
       t@@ -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>