From b5447add1e2a05f6ef20c937e2b50a622e00071f Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Wed, 7 Nov 2018 19:15:54 +0530 Subject: [PATCH] Info.plist: Register for handling public.text files for Open-in Signed-off-by: Roopesh Chander --- WireGuard/WireGuard/Info.plist | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/WireGuard/WireGuard/Info.plist b/WireGuard/WireGuard/Info.plist index d74b477..91b31dc 100644 --- a/WireGuard/WireGuard/Info.plist +++ b/WireGuard/WireGuard/Info.plist @@ -41,6 +41,20 @@ com.pkware.zip-archive + + CFBundleTypeIconFiles + + CFBundleTypeName + Text file + CFBundleTypeRole + Viewer + LSHandlerRank + Alternate + LSItemContentTypes + + public.text + + CFBundleExecutable $(EXECUTABLE_NAME) -- 2.47.3