diff options
author | Oystein Eftevaag | 2010-07-09 01:08:15 +0000 |
---|---|---|
committer | Oystein Eftevaag | 2010-07-09 01:08:15 +0000 |
commit | 916a0f9cbfa4d133c3e459726d4f4285e177f1fc (patch) | |
tree | 7267da8b0661a0a779e88961ab4b5d0120070206 | |
parent | 7e05d6e62bd8e887ccea2302ad191a775150ccf8 (diff) | |
download | scummvm-rg350-916a0f9cbfa4d133c3e459726d4f4285e177f1fc.tar.gz scummvm-rg350-916a0f9cbfa4d133c3e459726d4f4285e177f1fc.tar.bz2 scummvm-rg350-916a0f9cbfa4d133c3e459726d4f4285e177f1fc.zip |
Added iPad icon
svn-id: r50752
-rw-r--r-- | dists/iphone/Info.plist | 5 | ||||
-rw-r--r-- | dists/iphone/icon-72.png | bin | 0 -> 5668 bytes | |||
-rw-r--r-- | ports.mk | 5 |
3 files changed, 8 insertions, 2 deletions
diff --git a/dists/iphone/Info.plist b/dists/iphone/Info.plist index 9618eb00f3..a042504b9f 100644 --- a/dists/iphone/Info.plist +++ b/dists/iphone/Info.plist @@ -24,6 +24,11 @@ <string>svn</string> <key>CFBundleIconFile</key> <string>icon.png</string> + <key>CFBundleIconFiles</key> + <array> + <string>icon.png</string> + <string>icon-72.png</string> + </array> <key>UIPrerenderedIcon</key> <true/> <key>UIDeviceFamily</key> diff --git a/dists/iphone/icon-72.png b/dists/iphone/icon-72.png Binary files differnew file mode 100644 index 0000000000..d8820f3397 --- /dev/null +++ b/dists/iphone/icon-72.png @@ -65,8 +65,9 @@ endif ldid -S scummvm chmod 755 scummvm cp scummvm $(bundle_name)/ScummVM - cp $(srcdir)/dists/iphone/icon.png $(bundle_name)/icon.png - cp $(srcdir)/dists/iphone/Default.png $(bundle_name)/Default.png + cp $(srcdir)/dists/iphone/icon.png $(bundle_name)/ + cp $(srcdir)/dists/iphone/icon-72.png $(bundle_name)/ + cp $(srcdir)/dists/iphone/Default.png $(bundle_name)/ # Location of static libs for the iPhone ifneq ($(BACKEND), iphone) |