<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
- <!--string>UIInterfaceOrientationPortraitUpsideDown</string>
+ </array>
+
+ <key>UISupportedInterfaceOrientations~ipad</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string-->
+ <string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIBackgroundModes</key>