[Scummvm-cvs-logs] SF.net SVN: scummvm:[50752] scummvm/trunk
vinterstum at users.sourceforge.net
vinterstum at users.sourceforge.net
Fri Jul 9 03:08:15 CEST 2010
Revision: 50752
http://scummvm.svn.sourceforge.net/scummvm/?rev=50752&view=rev
Author: vinterstum
Date: 2010-07-09 01:08:15 +0000 (Fri, 09 Jul 2010)
Log Message:
-----------
Added iPad icon
Modified Paths:
--------------
scummvm/trunk/dists/iphone/Info.plist
scummvm/trunk/ports.mk
Added Paths:
-----------
scummvm/trunk/dists/iphone/icon-72.png
Modified: scummvm/trunk/dists/iphone/Info.plist
===================================================================
--- scummvm/trunk/dists/iphone/Info.plist 2010-07-08 21:40:26 UTC (rev 50751)
+++ scummvm/trunk/dists/iphone/Info.plist 2010-07-09 01:08:15 UTC (rev 50752)
@@ -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>
Added: scummvm/trunk/dists/iphone/icon-72.png
===================================================================
(Binary files differ)
Property changes on: scummvm/trunk/dists/iphone/icon-72.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: scummvm/trunk/ports.mk
===================================================================
--- scummvm/trunk/ports.mk 2010-07-08 21:40:26 UTC (rev 50751)
+++ scummvm/trunk/ports.mk 2010-07-09 01:08:15 UTC (rev 50752)
@@ -65,8 +65,9 @@
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)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list