From 1247a091f15e198ee340bbc3862eccf70292f16f Mon Sep 17 00:00:00 2001 From: Patrick Baran Date: Tue, 8 Sep 2026 22:21:51 +0100 Subject: [PATCH] Respect host iOS orientation policy --- Engine/system/api/iosapi.mm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Engine/system/api/iosapi.mm b/Engine/system/api/iosapi.mm index 0f78f751..24540083 100644 --- a/Engine/system/api/iosapi.mm +++ b/Engine/system/api/iosapi.mm @@ -386,11 +386,6 @@ - (UISceneConfiguration *)application:(UIApplication *)application return configuration; } -- (UIInterfaceOrientationMask)application:(UIApplication *)application - supportedInterfaceOrientationsForWindow:(UIWindow *)window { - return UIInterfaceOrientationMaskAll; - } - - (void)applicationWillTerminate:(UIApplication *)application { (void)application; }