From 64066e9622413b68d12b72ce6b171af2f229dbf1 Mon Sep 17 00:00:00 2001 From: lollipopkit Date: Wed, 10 Apr 2024 21:27:00 +0800 Subject: [PATCH] new: ios orientation --- ios/Runner/Info-Debug.plist | 2 ++ ios/Runner/Info-Profile.plist | 2 ++ ios/Runner/Info-Release.plist | 2 ++ 3 files changed, 6 insertions(+) diff --git a/ios/Runner/Info-Debug.plist b/ios/Runner/Info-Debug.plist index ad7bb08a..48c9d0d6 100644 --- a/ios/Runner/Info-Debug.plist +++ b/ios/Runner/Info-Debug.plist @@ -60,6 +60,8 @@ UISupportedInterfaceOrientations UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad diff --git a/ios/Runner/Info-Profile.plist b/ios/Runner/Info-Profile.plist index c39cec26..9d6a71c7 100644 --- a/ios/Runner/Info-Profile.plist +++ b/ios/Runner/Info-Profile.plist @@ -48,6 +48,8 @@ UISupportedInterfaceOrientations UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad diff --git a/ios/Runner/Info-Release.plist b/ios/Runner/Info-Release.plist index cba4fe0c..1edaf810 100644 --- a/ios/Runner/Info-Release.plist +++ b/ios/Runner/Info-Release.plist @@ -48,6 +48,8 @@ UISupportedInterfaceOrientations UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad