edit lua-template-runtime's ios info.plist to change launch image's display orientation

This commit is contained in:
huangshiwu 2014-10-17 17:29:35 +08:00
parent 9f941efb8f
commit 9f4689b3ce
1 changed files with 1 additions and 1 deletions

View File

@ -147,8 +147,8 @@
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
</array>
</dict>
</plist>