[Scummvm-cvs-logs] scummvm master -> d1c0a1f8e5c2270b5812e5aa155d6e33f2b23bf0

bluegr bluegr at gmail.com
Sat Feb 13 16:01:39 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d1c0a1f8e5 IOS: Adds support for iPad


Commit: d1c0a1f8e5c2270b5812e5aa155d6e33f2b23bf0
    https://github.com/scummvm/scummvm/commit/d1c0a1f8e5c2270b5812e5aa155d6e33f2b23bf0
Author: Vincent Bénony (bsr43 at hopperapp.com)
Date: 2016-02-13T17:00:53+02:00

Commit Message:
IOS: Adds support for iPad

These keys are automatically added by Xcode when one compiles a regular Xcode project, but are missing when compiling from the command line.

Changed paths:
    dists/ios7/Info.plist
    dists/ios7/Info.plist.in



diff --git a/dists/ios7/Info.plist b/dists/ios7/Info.plist
index 2ea3ad8..ceef7e7 100644
--- a/dists/ios7/Info.plist
+++ b/dists/ios7/Info.plist
@@ -26,6 +26,11 @@
 	<string>1.9.0git</string>
 	<key>UIApplicationExitsOnSuspend</key>
 	<false/>
+	<key>UIDeviceFamily</key>
+	<array>
+		<integer>1</integer>
+		<integer>2</integer>
+	</array>
 	<key>UIFileSharingEnabled</key>
 	<true/>
 	<key>UILaunchImages</key>
diff --git a/dists/ios7/Info.plist.in b/dists/ios7/Info.plist.in
index 33094f4..447677e 100644
--- a/dists/ios7/Info.plist.in
+++ b/dists/ios7/Info.plist.in
@@ -26,6 +26,11 @@
 	<string>@VERSION@</string>
 	<key>UIApplicationExitsOnSuspend</key>
 	<false/>
+	<key>UIDeviceFamily</key>
+	<array>
+		<integer>1</integer>
+		<integer>2</integer>
+	</array>
 	<key>UIFileSharingEnabled</key>
 	<true/>
 	<key>UILaunchImages</key>






More information about the Scummvm-git-logs mailing list