From f78e5e5725253942190a92d52fb63dd2379fb863 Mon Sep 17 00:00:00 2001 From: Yasha Borevich Date: Fri, 29 Jun 2018 13:53:12 +0300 Subject: Respect window/handheld/orientation setting in iOS --- misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'misc/dist') diff --git a/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist b/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist index 70932c1943..6907ae4a9d 100644 --- a/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist +++ b/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist @@ -41,11 +41,15 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown UISupportedInterfaceOrientations~ipad UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown $additional_plist_content -- cgit v1.2.3