From f703a411c0ebdf7ada490fda75b52fd839dae079 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 16 三月 2023 14:04:59 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev-cqy(1.5.9)' into dev--wxr --- HDL-ON_iOS/Info.plist | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist index 0bc7840..02d0012 100644 --- a/HDL-ON_iOS/Info.plist +++ b/HDL-ON_iOS/Info.plist @@ -42,7 +42,7 @@ <key>LSRequiresIPhoneOS</key> <true/> <key>MinimumOSVersion</key> - <string>12.0</string> + <string>12.2</string> <key>UIDeviceFamily</key> <array> <integer>1</integer> @@ -66,6 +66,8 @@ <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> + <string>UIInterfaceOrientationLandscapeRight</string> + <string>UIInterfaceOrientationLandscapeLeft</string> </array> <key>UIAppFonts</key> <array> @@ -138,5 +140,7 @@ <array> <string>HDLRunSceneIntent</string> </array> + <key>Custom Property</key> + <string></string> </dict> </plist> -- Gitblit v1.8.0