diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2024-04-23 12:59:24 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2024-05-29 12:47:49 +0300 |
commit | c8ae9e9c76824e7176c175ae0989b0ce443b555e (patch) | |
tree | 15b03753420c5eec15efcd9ebacb9f2a425d876d /misc | |
parent | 8bf8f41fc017531b502fe77b36c3b14e180cec5c (diff) | |
download | redot-engine-c8ae9e9c76824e7176c175ae0989b0ce443b555e.tar.gz |
[iOS] Change default iPad landscape orientation from "left" to "right".
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
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 ee5f1d35ae..3d2ae6b52b 100644 --- a/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist +++ b/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist @@ -54,7 +54,7 @@ </array> <key>UISupportedInterfaceOrientations~ipad</key> <array> - $interface_orientations + $ipad_interface_orientations </array> $additional_plist_content $plist_launch_screen_name |