|
@@ -117,9 +117,15 @@
|
|
|
<string>UIStatusBarStyleLightContent</string>
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
<array>
|
|
|
+ <string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
+ <string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
+ </array>
|
|
|
+ <key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
+ <array>
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
+ <string>UIInterfaceOrientationPortrait</string>
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
</array>
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|