mac build: add message to camera permission prompt, in Info.plist

based on https://github.com/Electron-Cash/Electron-Cash/commit/0b5b5fb228dbd3be60197b7ccde27ff32d9786ad

Co-authored-by: Calin Culianu <calin.culianu@gmail.com>
This commit is contained in:
SomberNight
2022-08-29 13:46:47 +00:00
parent e39ab1623a
commit 89e1bbf4ec
+1
View File
@@ -130,5 +130,6 @@ app = BUNDLE(
'CFBundleURLSchemes': ['bitcoin', 'lightning', ],
}],
'LSMinimumSystemVersion': '10.13.0',
'NSCameraUsageDescription': 'Electrum would like to access the camera to scan for QR codes',
},
)