Commit d707851

mo khan <mo@mokhan.ca>
2013-05-21 03:34:24
only allow portrait orientation
1 parent fedd782
Changed files (1)
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>