Browse Source

Updated the iOS Project

The iOS project still doesn't compile, but at least all the files are up-to-date.
Peter Robinson 3 years ago
parent
commit
4e65555723

File diff suppressed because it is too large
+ 467 - 271
engine/compilers/Xcode_iOS/Torque2D.xcodeproj/project.pbxproj


+ 6 - 0
engine/compilers/Xcode_iOS/Torque2D/Torque2D-Info.plist

@@ -36,6 +36,10 @@
 	<string>1.0</string>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
+	<key>NSHighResolutionCapable</key>
+	<false/>
+	<key>UILaunchStoryboardName</key>
+	<string>iPadStoryboard</string>
 	<key>UIMainStoryboardFile</key>
 	<string>iPhoneStoryboard</string>
 	<key>UIMainStoryboardFile~ipad</key>
@@ -44,6 +48,8 @@
 	<array>
 		<string>armv7</string>
 	</array>
+	<key>UIRequiresFullScreen</key>
+	<true/>
 	<key>UISupportedInterfaceOrientations</key>
 	<array>
 		<string>UIInterfaceOrientationLandscapeRight</string>

Some files were not shown because too many files changed in this diff