From 9058ef334407947d22971c95366dd1a0cb4854df Mon Sep 17 00:00:00 2001 From: esterTion Date: Thu, 23 Oct 2025 15:58:50 +0800 Subject: [PATCH] ios: Enable file sharing and document browser support (#13226) --- flutter/ios/Runner/Info.plist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flutter/ios/Runner/Info.plist b/flutter/ios/Runner/Info.plist index 496fb17c2..9351dac53 100644 --- a/flutter/ios/Runner/Info.plist +++ b/flutter/ios/Runner/Info.plist @@ -43,6 +43,8 @@ UIApplicationSupportsIndirectInputEvents + UIFileSharingEnabled + UILaunchStoryboardName LaunchScreen UIMainStoryboardFile @@ -60,6 +62,8 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UISupportsDocumentBrowser + UIViewControllerBasedStatusBarAppearance ITSAppUsesNonExemptEncryption