macOS: fix Camera access

This commit is contained in:
tobtoht 2022-03-21 09:59:08 +01:00
parent 3eb6d28221
commit dfb55908a0
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -19,13 +19,16 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>feather</string> <string>feather</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>Feather</string> <string>Feather</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>Copyright © 2014-2021 The Monero Project</string> <string>Copyright © 2014-2021 The Monero Project</string>
<key>NSCameraUsageDescription</key>
<string>Camera is used to scan QR codes on demand.</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>org.monero-project.feather</string> <string>org.monero-project.feather</string>