diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 3232be64..8dec330e 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -2,8 +2,6 @@ - LSMinimumSystemVersion - 13.0.0 CADisableMinimumFrameDurationOnPhone CFBundleDevelopmentRegion @@ -24,6 +22,8 @@ ???? CFBundleVersion $(FLUTTER_BUILD_NUMBER) + LSMinimumSystemVersion + 13.0.0 LSRequiresIPhoneOS NSAllowsArbitraryLoads @@ -59,6 +59,8 @@ App 需要您的同意, 才能訪問相簿 NSSpeechRecognitionUsageDescription App 需要您的同意, 才能訪問語音識別 + UIApplicationSupportsIndirectInputEvents + UIBackgroundModes fetch @@ -68,24 +70,17 @@ LaunchScreen UIMainStoryboardFile Main + UIRequiresFullScreen + UIStatusBarHidden + UIStatusBarStyle + UISupportedInterfaceOrientations UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight UIViewControllerBasedStatusBarAppearance - UIApplicationSupportsIndirectInputEvents -