aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Info.plist
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-10-28 22:00:39 +0530
committerRoopesh Chander <roop@roopc.net>2018-10-28 22:01:02 +0530
commitcd7baac0fc9a440e22bd991658b29fc0d5ed9bda (patch)
treee6d0472a523f03d73453c3c35d3ec9cac9c3daad /WireGuard/WireGuard/Info.plist
parentTunnels list: Need to pass in a name to the parser (diff)
downloadwireguard-apple-cd7baac0fc9a440e22bd991658b29fc0d5ed9bda.tar.xz
wireguard-apple-cd7baac0fc9a440e22bd991658b29fc0d5ed9bda.zip
Info.plist: Indicate that the app shall use the camera
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to '')
-rw-r--r--WireGuard/WireGuard/Info.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/Info.plist b/WireGuard/WireGuard/Info.plist
index 262e1a6..ea9d0c2 100644
--- a/WireGuard/WireGuard/Info.plist
+++ b/WireGuard/WireGuard/Info.plist
@@ -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>