aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/Base.lproj/InfoPlist.strings
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2019-02-10 18:42:46 +0530
committerRoopesh Chander <roop@roopc.net>2019-02-11 16:08:55 +0530
commitb5b72b309f9094f060aad798ede2d04a3c9e0501 (patch)
tree93469277b4e7003827e5afc3423fc381a2b9eb2b /WireGuard/WireGuard/Base.lproj/InfoPlist.strings
parentmacOS: Change keyboard shortcut for importing to Cmd+O (diff)
downloadwireguard-apple-b5b72b309f9094f060aad798ede2d04a3c9e0501.tar.xz
wireguard-apple-b5b72b309f9094f060aad798ede2d04a3c9e0501.zip
Info.plist: Localize with InfoPlist.strings
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard/Base.lproj/InfoPlist.strings')
-rw-r--r--WireGuard/WireGuard/Base.lproj/InfoPlist.strings7
1 files changed, 7 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/Base.lproj/InfoPlist.strings b/WireGuard/WireGuard/Base.lproj/InfoPlist.strings
new file mode 100644
index 0000000..b7ba394
--- /dev/null
+++ b/WireGuard/WireGuard/Base.lproj/InfoPlist.strings
@@ -0,0 +1,7 @@
+// SPDX-License-Identifier: MIT
+// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved.
+
+// iOS permission prompts
+
+NSCameraUsageDescription = "Camera is used for scanning QR codes for importing WireGuard configurations";
+NSFaceIDUsageDescription = "Face ID is used for authenticating viewing and exporting of private keys";