dmuratshin пре 9 година
родитељ
комит
5cd23f5e49
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      examples/HelloWorld/proj.ios/HelloWorld/HelloWorld_ios-Info.plist

+ 1 - 2
examples/HelloWorld/proj.ios/HelloWorld/HelloWorld_ios-Info.plist

@@ -39,11 +39,10 @@
 	<key>UISupportedInterfaceOrientations</key>
 	<array>
 		<string>UIInterfaceOrientationLandscapeLeft</string>
+		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>
 	<key>UISupportedInterfaceOrientations~ipad</key>
 	<array>
-		<string>UIInterfaceOrientationPortrait</string>
-		<string>UIInterfaceOrientationPortraitUpsideDown</string>
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>