From 4f6ae0393987c6da0d076368caa06b270142a303 Mon Sep 17 00:00:00 2001 From: Marc Davis Date: Mon, 12 Feb 2024 16:35:27 -0500 Subject: [PATCH] told the OS that this app can handle any window configuration --- Limelight/Limelight-Info.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Limelight/Limelight-Info.plist b/Limelight/Limelight-Info.plist index 7d95d89b..62ff63da 100644 --- a/Limelight/Limelight-Info.plist +++ b/Limelight/Limelight-Info.plist @@ -68,8 +68,6 @@ armv7 - UIRequiresFullScreen - UIStatusBarHidden UISupportedInterfaceOrientations @@ -81,6 +79,8 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown UIViewControllerBasedStatusBarAppearance