diff options
author | Vincent Bénony | 2016-02-13 15:27:26 +0100 |
---|---|---|
committer | Filippos Karapetis | 2016-02-13 17:00:53 +0200 |
commit | d1c0a1f8e5c2270b5812e5aa155d6e33f2b23bf0 (patch) | |
tree | 19447c0cc3f28ee1aa1be2a835cd31fdc1bc18b4 /dists/ios7 | |
parent | 627e6393d6deac501aa8848d0822a6d9088e61ab (diff) | |
download | scummvm-rg350-d1c0a1f8e5c2270b5812e5aa155d6e33f2b23bf0.tar.gz scummvm-rg350-d1c0a1f8e5c2270b5812e5aa155d6e33f2b23bf0.tar.bz2 scummvm-rg350-d1c0a1f8e5c2270b5812e5aa155d6e33f2b23bf0.zip |
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.
Diffstat (limited to 'dists/ios7')
-rw-r--r-- | dists/ios7/Info.plist | 5 | ||||
-rw-r--r-- | dists/ios7/Info.plist.in | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/dists/ios7/Info.plist b/dists/ios7/Info.plist index 2ea3ad87be..ceef7e7d36 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 33094f4df9..447677ebd9 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> |