как мне убедиться, что UIInterfaceOrientationPortraitRight и UIInterfaceOrientationPortraitLeft не поддерживаются.
В основном, я хочу, чтобы мое приложение использовалось ТОЛЬКО в UIInterfaceOrientationLandscapeRight и UIInterfaceOrientationLandscapeLeft
Я редактировал файл Info.plist
<string>MainWindow</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>