Added iPad icon

svn-id: r50752
This commit is contained in:
Oystein Eftevaag 2010-07-09 01:08:15 +00:00
parent 7e05d6e62b
commit 916a0f9cbf
3 changed files with 8 additions and 2 deletions

View file

@ -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>

BIN
dists/iphone/icon-72.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View file

@ -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)