[Scummvm-cvs-logs] SF.net SVN: scummvm:[48964] scummvm/trunk/dists/iphone

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri May 7 13:18:45 CEST 2010


Revision: 48964
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48964&view=rev
Author:   fingolfin
Date:     2010-05-07 11:18:44 +0000 (Fri, 07 May 2010)

Log Message:
-----------
Fix Info.plist.in to match Info.plist

Modified Paths:
--------------
    scummvm/trunk/dists/iphone/Info.plist
    scummvm/trunk/dists/iphone/Info.plist.in

Modified: scummvm/trunk/dists/iphone/Info.plist
===================================================================
--- scummvm/trunk/dists/iphone/Info.plist	2010-05-07 11:18:18 UTC (rev 48963)
+++ scummvm/trunk/dists/iphone/Info.plist	2010-05-07 11:18:44 UTC (rev 48964)
@@ -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>

Modified: scummvm/trunk/dists/iphone/Info.plist.in
===================================================================
--- scummvm/trunk/dists/iphone/Info.plist.in	2010-05-07 11:18:18 UTC (rev 48963)
+++ scummvm/trunk/dists/iphone/Info.plist.in	2010-05-07 11:18:44 UTC (rev 48964)
@@ -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>


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