From cacf635bfaf72cb22fb7392564bec7834ebd24fe Mon Sep 17 00:00:00 2001 From: Aaron Madlon-Kay Date: Mon, 20 Jul 2020 21:49:33 +0900 Subject: [PATCH] Show .org extension in iOS file picker See https://github.com/amake/orgro/issues/18 --- ios/Runner/Info.plist | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index f23bbe68..9e842cea 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -2,8 +2,6 @@ - ITSAppUsesNonExemptEncryption - CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDocumentTypes @@ -53,12 +51,12 @@ ???? CFBundleVersion $(FLUTTER_BUILD_NUMBER) + ITSAppUsesNonExemptEncryption + LSRequiresIPhoneOS LSSupportsOpeningDocumentsInPlace - UISupportsDocumentBrowser - UILaunchStoryboardName LaunchScreen UIMainStoryboardFile @@ -76,6 +74,8 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UISupportsDocumentBrowser + UIViewControllerBasedStatusBarAppearance UTImportedTypeDeclarations @@ -83,7 +83,11 @@ UTTypeConformsTo - public.plain-text + + public.data UTTypeDescription org-mode document