Various iOS fixes

This commit is contained in:
Anuken
2018-04-28 12:27:43 -04:00
parent 13e911eaa1
commit aa110ec9a6
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ buildscript {
classpath "com.badlogicgames.gdx:gdx-tools:1.9.8" classpath "com.badlogicgames.gdx:gdx-tools:1.9.8"
} }
} }
//1737
allprojects { allprojects {
apply plugin: "eclipse" apply plugin: "eclipse"

View File

@ -40,7 +40,6 @@
</array> </array>
<key>UISupportedInterfaceOrientations</key> <key>UISupportedInterfaceOrientations</key>
<array> <array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string> <string>UIInterfaceOrientationLandscapeRight</string>
</array> </array>