mirror of
https://github.com/passepartoutvpn/wireguard-apple.git
synced 2024-12-26 03:22:40 +00:00
90acf2b220
A bit overdue, but better late than never. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
8 lines
331 B
Plaintext
8 lines
331 B
Plaintext
// SPDX-License-Identifier: MIT
|
|
// Copyright © 2018-2020 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";
|