From b5b72b309f9094f060aad798ede2d04a3c9e0501 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Sun, 10 Feb 2019 18:42:46 +0530 Subject: Info.plist: Localize with InfoPlist.strings Signed-off-by: Roopesh Chander --- WireGuard/WireGuard/Base.lproj/InfoPlist.strings | 7 +++++++ WireGuard/WireGuard/UI/iOS/Info.plist | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 WireGuard/WireGuard/Base.lproj/InfoPlist.strings (limited to 'WireGuard/WireGuard') 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"; diff --git a/WireGuard/WireGuard/UI/iOS/Info.plist b/WireGuard/WireGuard/UI/iOS/Info.plist index 0c2d8b0..de4c4d0 100644 --- a/WireGuard/WireGuard/UI/iOS/Info.plist +++ b/WireGuard/WireGuard/UI/iOS/Info.plist @@ -77,7 +77,7 @@ LSSupportsOpeningDocumentsInPlace NSCameraUsageDescription - Camera is used for scanning QR codes for importing WireGuard configurations + Localized UILaunchStoryboardName LaunchScreen UIRequiredDeviceCapabilities @@ -123,7 +123,7 @@ NSFaceIDUsageDescription - Face ID is used for authenticating viewing and exporting of private keys + Localized com.wireguard.ios.app_group_id group.$(APP_ID_IOS) -- cgit v1.2.3-59-g8ed1b