From d5997240cc53f8f9a68bc0e6c012ca782696da0d Mon Sep 17 00:00:00 2001 From: u221711 Date: Wed, 6 Nov 2024 10:03:38 +0100 Subject: [PATCH] feat: force landscape orientation --- .../android/app/src/main/AndroidManifest.xml | 1 + das_client/ios/Runner/Info.plist | 42 ++++++++----------- 2 files changed, 18 insertions(+), 25 deletions(-) diff --git a/das_client/android/app/src/main/AndroidManifest.xml b/das_client/android/app/src/main/AndroidManifest.xml index 0355e156..f6ed3126 100644 --- a/das_client/android/app/src/main/AndroidManifest.xml +++ b/das_client/android/app/src/main/AndroidManifest.xml @@ -6,6 +6,7 @@ - ITSAppUsesNonExemptEncryption - + CADisableMinimumFrameDurationOnPhone + CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName @@ -22,29 +22,6 @@ $(FLUTTER_BUILD_NAME) CFBundleSignature ???? - CFBundleVersion - $(FLUTTER_BUILD_NUMBER) - LSRequiresIPhoneOS - - UILaunchStoryboardName - LaunchScreen - UIMainStoryboardFile - Main - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - CADisableMinimumFrameDurationOnPhone - CFBundleURLTypes @@ -56,7 +33,22 @@ + CFBundleVersion + $(FLUTTER_BUILD_NUMBER) + ITSAppUsesNonExemptEncryption + + LSRequiresIPhoneOS + UIApplicationSupportsIndirectInputEvents + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UISupportedInterfaceOrientations + + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight +