Explorar o código

updated iOS to use portrait mode

vpenades %!s(int64=2) %!d(string=hai) anos
pai
achega
a38a591b2d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      demos/Demo5.AppleiOS/Info.plist

+ 2 - 2
demos/Demo5.AppleiOS/Info.plist

@@ -14,8 +14,8 @@
 	<string>11.2</string>
 	<key>UISupportedInterfaceOrientations</key>
 	<array>
-		<string>UIInterfaceOrientationLandscapeLeft</string>
-		<string>UIInterfaceOrientationLandscapeRight</string>
+		<string>UIInterfaceOrientationPortrait</string>
+		<string>UIInterfaceOrientationPortraitUpsideDown</string>
 	</array>
 	<key>CFBundleName</key>
 	<string>Demo5.AppleiOS</string>