From 1c8928c8a1a893d9ea2a2faa569a8b77dd8955b8 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Thu, 25 Oct 2018 06:11:51 +0530 Subject: Info.plist: support for opening wg-quick config (.conf) files Signed-off-by: Roopesh Chander --- WireGuard/WireGuard/Info.plist | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'WireGuard/WireGuard/Info.plist') diff --git a/WireGuard/WireGuard/Info.plist b/WireGuard/WireGuard/Info.plist index c63f495..262e1a6 100644 --- a/WireGuard/WireGuard/Info.plist +++ b/WireGuard/WireGuard/Info.plist @@ -4,6 +4,25 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) + CFBundleDocumentTypes + + + CFBundleTypeIconFiles + + CFBundleTypeName + WireGuard wg-quick configuration file + CFBundleTypeRole + Viewer + LSHandlerRank + Default + LSItemContentTypes + + com.wireguard.config.quick + + + + LSSupportsOpeningDocumentsInPlace + CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier -- cgit v1.2.3-59-g8ed1b