entitlements.plist (883B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <!-- These are required for binaries built by PyInstaller --> 6 <!-- see pyinstaller/pyinstaller#4629 --> 7 <key>com.apple.security.cs.allow-unsigned-executable-memory</key> 8 <true/> 9 <key>com.apple.security.cs.disable-library-validation</key> 10 <true/> 11 12 <!-- These are required for USB HID access (hw wallets). --> 13 <!-- see https://github.com/Electron-Cash/Electron-Cash/commit/5abec73eee0cdeb725e3c5a989621ec4ccfb92a0 --> 14 <key>com.apple.security.cs.allow-dyld-environment-variables</key> 15 <true/> 16 <key>com.apple.security.cs.allow-jit</key> 17 <true/> 18 19 <!-- Camera access, to read QR codes --> 20 <key>com.apple.security.device.camera</key> 21 <true/> 22 </dict> 23 </plist>