aboutsummaryrefslogtreecommitdiff
path: root/dists/iphone
diff options
context:
space:
mode:
authorMax Horn2010-05-07 11:18:44 +0000
committerMax Horn2010-05-07 11:18:44 +0000
commit49bd43ca33d59206eb2de9352f7f67d0eec6a9b7 (patch)
tree1433564815bebbb937179e8e943b1fef9c62209c /dists/iphone
parent3ebf0f5fce6ae554253d7ec86b6a7938e0a5a127 (diff)
downloadscummvm-rg350-49bd43ca33d59206eb2de9352f7f67d0eec6a9b7.tar.gz
scummvm-rg350-49bd43ca33d59206eb2de9352f7f67d0eec6a9b7.tar.bz2
scummvm-rg350-49bd43ca33d59206eb2de9352f7f67d0eec6a9b7.zip
Fix Info.plist.in to match Info.plist
svn-id: r48964
Diffstat (limited to 'dists/iphone')
-rw-r--r--dists/iphone/Info.plist10
-rw-r--r--dists/iphone/Info.plist.in5
2 files changed, 10 insertions, 5 deletions
diff --git a/dists/iphone/Info.plist b/dists/iphone/Info.plist
index 82d527d88d..9618eb00f3 100644
--- a/dists/iphone/Info.plist
+++ b/dists/iphone/Info.plist
@@ -26,10 +26,10 @@
<string>icon.png</string>
<key>UIPrerenderedIcon</key>
<true/>
- <key>UIDeviceFamily</key>
- <array>
- <integer>1</integer>
- <integer>2</integer>
- </array>
+ <key>UIDeviceFamily</key>
+ <array>
+ <integer>1</integer>
+ <integer>2</integer>
+ </array>
</dict>
</plist>
diff --git a/dists/iphone/Info.plist.in b/dists/iphone/Info.plist.in
index 9ab87fb469..7792857f40 100644
--- a/dists/iphone/Info.plist.in
+++ b/dists/iphone/Info.plist.in
@@ -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>