Browse Source

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

based on 0b5b5fb228

Co-authored-by: Calin Culianu <calin.culianu@gmail.com>
patch-4
SomberNight 2 years ago
parent
commit
89e1bbf4ec
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      contrib/osx/osx.spec

1
contrib/osx/osx.spec

@ -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',
},
)

Loading…
Cancel
Save