Cédric Luthi

Added UISupportedInterfaceOrientations Info.plist key

... ... @@ -22,5 +22,12 @@
<string>1.0</string>
<key>NSMainNibFile</key>
<string>iPadMainWindow</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>
... ...