diff options
author | Oystein Eftevaag | 2010-05-03 19:20:19 +0000 |
---|---|---|
committer | Oystein Eftevaag | 2010-05-03 19:20:19 +0000 |
commit | 6ac0d4dce55d11112b802179e1248a649afa0f1c (patch) | |
tree | a4cb6568f9af9a92ba08e90654220688cda91a9e /dists | |
parent | 2e188d6bd32a806350b9ab27e4e705982dcd77e6 (diff) | |
download | scummvm-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')
-rw-r--r-- | dists/iphone/Info.plist | 5 |
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> |