diff options
| author | mo khan <mo@mokhan.ca> | 2013-05-20 21:34:24 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-05-20 21:34:24 -0600 |
| commit | d70785171efdfe70424699d1a2fe6d17dcc6f5f4 (patch) | |
| tree | f18456f6b4673906ea1f4835a2209f43f249ba5d | |
| parent | fedd782b648f209de8c8634e648c12e478514285 (diff) | |
only allow portrait orientation
| -rw-r--r-- | Calculator/Calculator-Info.plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Calculator/Calculator-Info.plist b/Calculator/Calculator-Info.plist index 820930b..b0a750c 100644 --- a/Calculator/Calculator-Info.plist +++ b/Calculator/Calculator-Info.plist @@ -30,9 +30,7 @@ </array> <key>UISupportedInterfaceOrientations</key> <array> - <string>UIInterfaceOrientationLandscapeLeft</string> - <string>UIInterfaceOrientationLandscapeRight</string> - <string>UIInterfaceOrientationPortraitUpsideDown</string> + <string>UIInterfaceOrientationPortrait</string> </array> </dict> </plist> |
