aboutsummaryrefslogtreecommitdiff
path: root/dists/iphone
diff options
context:
space:
mode:
authorOystein Eftevaag2010-05-03 19:20:19 +0000
committerOystein Eftevaag2010-05-03 19:20:19 +0000
commit6ac0d4dce55d11112b802179e1248a649afa0f1c (patch)
treea4cb6568f9af9a92ba08e90654220688cda91a9e /dists/iphone
parent2e188d6bd32a806350b9ab27e4e705982dcd77e6 (diff)
downloadscummvm-rg350-6ac0d4dce55d11112b802179e1248a649afa0f1c.tar.gz
scummvm-rg350-6ac0d4dce55d11112b802179e1248a649afa0f1c.tar.bz2
scummvm-rg350-6ac0d4dce55d11112b802179e1248a649afa0f1c.zip
Updated the iPhone Info.plist to allow full resolution on the iPad
svn-id: r48924
Diffstat (limited to 'dists/iphone')
-rw-r--r--dists/iphone/Info.plist5
1 files changed, 5 insertions, 0 deletions
diff --git a/dists/iphone/Info.plist b/dists/iphone/Info.plist
index 3cf230a309..82d527d88d 100644
--- a/dists/iphone/Info.plist
+++ b/dists/iphone/Info.plist
@@ -26,5 +26,10 @@
<string>icon.png</string>
<key>UIPrerenderedIcon</key>
<true/>
+ <key>UIDeviceFamily</key>
+ <array>
+ <integer>1</integer>
+ <integer>2</integer>
+ </array>
</dict>
</plist>