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

vinterstum at users.sourceforge.net vinterstum at users.sourceforge.net
Tue Feb 17 20:39:26 CET 2009


Revision: 38438
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38438&view=rev
Author:   vinterstum
Date:     2009-02-17 19:39:25 +0000 (Tue, 17 Feb 2009)

Log Message:
-----------
Updated the xcode project to generate Info.plist, and use the correct icon

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

Modified: scummvm/trunk/dists/iphone/Info.plist.in
===================================================================
--- scummvm/trunk/dists/iphone/Info.plist.in	2009-02-17 19:15:37 UTC (rev 38437)
+++ scummvm/trunk/dists/iphone/Info.plist.in	2009-02-17 19:39:25 UTC (rev 38438)
@@ -22,5 +22,7 @@
 	<string>@VERSION@</string>
 	<key>CFBundleVersion</key>
 	<string>svn</string>
+	<key>CFBundleIconFile</key>
+	<string>icon.png</string>
 </dict>
 </plist>

Modified: scummvm/trunk/dists/iphone/scummvm.xcodeproj/project.pbxproj
===================================================================
--- scummvm/trunk/dists/iphone/scummvm.xcodeproj/project.pbxproj	2009-02-17 19:15:37 UTC (rev 38437)
+++ scummvm/trunk/dists/iphone/scummvm.xcodeproj/project.pbxproj	2009-02-17 19:39:25 UTC (rev 38438)
@@ -2599,6 +2599,7 @@
 		DFE47C820D81F86900B6D1FB /* lure.dat */ = {isa = PBXFileReference; lastKnownFileType = file; name = lure.dat; path = "../engine-data/lure.dat"; sourceTree = "<group>"; };
 		DFE47C830D81F86900B6D1FB /* queen.tbl */ = {isa = PBXFileReference; lastKnownFileType = file; name = queen.tbl; path = "../engine-data/queen.tbl"; sourceTree = "<group>"; };
 		DFE47C850D81F86900B6D1FB /* sky.cpt */ = {isa = PBXFileReference; lastKnownFileType = file; name = sky.cpt; path = "../engine-data/sky.cpt"; sourceTree = "<group>"; };
+		DFF4DFFC0F4B449F00C50BC7 /* Info.plist.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = Info.plist.in; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
@@ -2677,6 +2678,7 @@
 		29B97317FDCFA39411CA2CEA /* Resources */ = {
 			isa = PBXGroup;
 			children = (
+				DFF4DFFC0F4B449F00C50BC7 /* Info.plist.in */,
 				DF2FFD290F48717F0006E566 /* Default.png */,
 				DF2FFD2A0F48717F0006E566 /* icon.png */,
 				DFE47C800D81F86900B6D1FB /* igor.tbl */,
@@ -4905,6 +4907,7 @@
 			isa = PBXNativeTarget;
 			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "ScummVM" */;
 			buildPhases = (
+				DFF4E00D0F4B450A00C50BC7 /* ShellScript */,
 				1D60588D0D05DD3D006BFB54 /* Resources */,
 				1D60588E0D05DD3D006BFB54 /* Sources */,
 				1D60588F0D05DD3D006BFB54 /* Frameworks */,
@@ -4954,6 +4957,24 @@
 		};
 /* End PBXResourcesBuildPhase section */
 
+/* Begin PBXShellScriptBuildPhase section */
+		DFF4E00D0F4B450A00C50BC7 /* ShellScript */ = {
+			isa = PBXShellScriptBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			inputPaths = (
+				"$(SRCROOT)/Info.plist.in",
+			);
+			outputPaths = (
+				"$(DERIVED_FILE_DIR)/Info.plist",
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+			shellPath = /bin/sh;
+			shellScript = "cd ../../\nmake dists/iphone/Info.plist";
+		};
+/* End PBXShellScriptBuildPhase section */
+
 /* Begin PBXSourcesBuildPhase section */
 		1D60588E0D05DD3D006BFB54 /* Sources */ = {
 			isa = PBXSourcesBuildPhase;


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