Added iPad icon
svn-id: r50752
This commit is contained in:
parent
7e05d6e62b
commit
916a0f9cbf
3 changed files with 8 additions and 2 deletions
|
@ -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
BIN
dists/iphone/icon-72.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
5
ports.mk
5
ports.mk
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue