Showing
1 changed file
with
7 additions
and
0 deletions
| @@ -22,5 +22,12 @@ | @@ -22,5 +22,12 @@ | ||
| 22 | <string>1.0</string> | 22 | <string>1.0</string> |
| 23 | <key>NSMainNibFile</key> | 23 | <key>NSMainNibFile</key> |
| 24 | <string>iPadMainWindow</string> | 24 | <string>iPadMainWindow</string> |
| 25 | + <key>UISupportedInterfaceOrientations</key> | ||
| 26 | + <array> | ||
| 27 | + <string>UIInterfaceOrientationPortrait</string> | ||
| 28 | + <string>UIInterfaceOrientationPortraitUpsideDown</string> | ||
| 29 | + <string>UIInterfaceOrientationLandscapeLeft</string> | ||
| 30 | + <string>UIInterfaceOrientationLandscapeRight</string> | ||
| 31 | + </array> | ||
| 25 | </dict> | 32 | </dict> |
| 26 | </plist> | 33 | </plist> |
-
Please register or login to post a comment