From 2d55ff096e89bbab8911a9859aab01efab656843 Mon Sep 17 00:00:00 2001 From: Matthew Chen <matthew@signal.org> Date: Fri, 1 Feb 2019 10:44:56 -0500 Subject: [PATCH] Require app to launch in portrait orientation. --- Signal/Signal-Info.plist | 2 -- 1 file changed, 2 deletions(-) diff --git a/Signal/Signal-Info.plist b/Signal/Signal-Info.plist index c98587023..4253ebb6e 100644 --- a/Signal/Signal-Info.plist +++ b/Signal/Signal-Info.plist @@ -148,8 +148,6 @@ <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> - <string>UIInterfaceOrientationLandscapeLeft</string> - <string>UIInterfaceOrientationLandscapeRight</string> </array> <key>UIViewControllerBasedStatusBarAppearance</key> <true/>