[Scummvm-cvs-logs] SF.net SVN: scummvm: [29610] scummvm/trunk

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Nov 22 15:01:00 CET 2007


Revision: 29610
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29610&view=rev
Author:   fingolfin
Date:     2007-11-22 06:01:00 -0800 (Thu, 22 Nov 2007)

Log Message:
-----------
Made iPhone Info.plist be generated from Info.plist.in, like all other source files which contain the version string; also fixed the CFBundleIdentifier (we have .org domain, not .com). TODO: Somebody check which keys are supported by the iPhone's Info.plist

Modified Paths:
--------------
    scummvm/trunk/dists/iphone/Info.plist
    scummvm/trunk/tools/update-version.pl

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

Modified: scummvm/trunk/dists/iphone/Info.plist
===================================================================
--- scummvm/trunk/dists/iphone/Info.plist	2007-11-22 11:21:04 UTC (rev 29609)
+++ scummvm/trunk/dists/iphone/Info.plist	2007-11-22 14:01:00 UTC (rev 29610)
@@ -7,7 +7,7 @@
 	<key>CFBundleExecutable</key>
 	<string>ScummVM</string>
 	<key>CFBundleIdentifier</key>
-	<string>com.scummvm.scummvm</string>
+	<string>org.scummvm.scummvm</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleName</key>
@@ -18,6 +18,8 @@
 	<string>1.0.0</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
+	<key>CFBundleShortVersionString</key>
+	<string>0.11.0svn</string>
 	<key>CFBundleVersion</key>
 	<string>svn</string>
 </dict>

Added: scummvm/trunk/dists/iphone/Info.plist.in
===================================================================
--- scummvm/trunk/dists/iphone/Info.plist.in	                        (rev 0)
+++ scummvm/trunk/dists/iphone/Info.plist.in	2007-11-22 14:01:00 UTC (rev 29610)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>en</string>
+	<key>CFBundleExecutable</key>
+	<string>ScummVM</string>
+	<key>CFBundleIdentifier</key>
+	<string>org.scummvm.scummvm</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>ScummVM</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>1.0.0</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
+	<key>CFBundleShortVersionString</key>
+	<string>@VERSION@</string>
+	<key>CFBundleVersion</key>
+	<string>svn</string>
+</dict>
+</plist>


Property changes on: scummvm/trunk/dists/iphone/Info.plist.in
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Modified: scummvm/trunk/tools/update-version.pl
===================================================================
--- scummvm/trunk/tools/update-version.pl	2007-11-22 11:21:04 UTC (rev 29609)
+++ scummvm/trunk/tools/update-version.pl	2007-11-22 14:01:00 UTC (rev 29610)
@@ -33,6 +33,7 @@
 my @subs_files = qw(
 	backends/platform/ds/arm9/makefile
 	base/internal_version.h
+	dists/iphone/Info.plist
 	dists/macosx/Info.plist
 	dists/redhat/scummvm.spec
 	dists/scummvm.rc


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