From d064ac0f0fda4848ac906e72feb7b92fffd926d4 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sat, 20 Oct 2018 19:03:33 +0200 Subject: [PATCH] Add own definition of .ovpn file type Fixes #6 --- Passepartout-iOS/Info.plist | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/Passepartout-iOS/Info.plist b/Passepartout-iOS/Info.plist index 3f4aabbd..3ebfb2c2 100644 --- a/Passepartout-iOS/Info.plist +++ b/Passepartout-iOS/Info.plist @@ -6,6 +6,19 @@ $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName Passepartout + CFBundleDocumentTypes + + + CFBundleTypeIconFiles + + CFBundleTypeName + ovpn + LSItemContentTypes + + app.passepartoutvpn.formats.ovpn + + + CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -51,5 +64,30 @@ UIViewControllerBasedStatusBarAppearance + UTImportedTypeDeclarations + + + UTTypeConformsTo + + public.text + public.plain-text + + UTTypeDescription + OpenVPN configuration file + UTTypeIconFiles + + UTTypeIdentifier + app.passepartoutvpn.formats.ovpn + UTTypeTagSpecification + + public.filename-extension + + ovpn + OVPN + + + + +