From 6c33968fe3507b99a55115470388409d2ef7f208 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Wed, 24 Oct 2018 19:40:33 +0530 Subject: [PATCH] Info.plist: Export the config file type declaration Signed-off-by: Roopesh Chander --- WireGuard/WireGuard/Info.plist | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/WireGuard/WireGuard/Info.plist b/WireGuard/WireGuard/Info.plist index f66b431..c63f495 100644 --- a/WireGuard/WireGuard/Info.plist +++ b/WireGuard/WireGuard/Info.plist @@ -39,5 +39,25 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UTExportedTypeDeclarations + + + UTTypeConformsTo + + public.text + + UTTypeDescription + WireGuard wg-quick configuration file (.conf) + UTTypeIconFiles + + UTTypeIdentifier + com.wireguard.config.wg-quick + UTTypeTagSpecification + + public.filename-extension + conf + + +