소스 검색

updated iOS to use portrait mode

vpenades 2 년 전
부모
커밋
a38a591b2d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>