From 829e482faea92f070655e816a17b27694834abcd Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 16 Apr 2019 08:53:22 -0500 Subject: [PATCH] Added the ability to select OPML files for the OPML import. --- iOS/Resources/Info.plist | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/iOS/Resources/Info.plist b/iOS/Resources/Info.plist index 590538118..f88866a9c 100644 --- a/iOS/Resources/Info.plist +++ b/iOS/Resources/Info.plist @@ -20,15 +20,15 @@ 1 LSRequiresIPhoneOS - UILaunchStoryboardName - LaunchScreen - UIMainStoryboardFile - Main NSAppTransportSecurity NSAllowsArbitraryLoads + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main UIRequiredDeviceCapabilities arm64 @@ -56,5 +56,27 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UTExportedTypeDeclarations + + + UTTypeConformsTo + + public.xml + + UTTypeDescription + OPML + UTTypeIconFiles + + UTTypeIdentifier + org.opml.opml + UTTypeTagSpecification + + public.filename-extension + + opml + + + +