Info.plist: Indicate that the app shall use the camera

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2018-10-28 22:00:39 +05:30
parent fa410c668a
commit cd7baac0fc
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@
<array>
<string>armv7</string>
</array>
<key>NSCameraUsageDescription</key>
<string>Camera is used for scanning QR codes for importing WireGuard configurations</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>