[Vm-dev] [commit][3212] & update resources in the MT FFI prims.

commits at squeakvm.org commits at squeakvm.org
Tue Jan 6 23:26:57 UTC 2015


Revision: 3212
Author:   eliot
Date:     2015-01-06 15:26:57 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
& update resources in the MT FFI prims.

Modified Paths:
--------------
    branches/Cog/build.macos32x86/squeak.cog.v3/SqueakMTFFIPrims/SqueakFFI.xcodeproj/project.pbxproj

Modified: branches/Cog/build.macos32x86/squeak.cog.v3/SqueakMTFFIPrims/SqueakFFI.xcodeproj/project.pbxproj
===================================================================
--- branches/Cog/build.macos32x86/squeak.cog.v3/SqueakMTFFIPrims/SqueakFFI.xcodeproj/project.pbxproj	2015-01-06 22:58:47 UTC (rev 3211)
+++ branches/Cog/build.macos32x86/squeak.cog.v3/SqueakMTFFIPrims/SqueakFFI.xcodeproj/project.pbxproj	2015-01-06 23:26:57 UTC (rev 3212)
@@ -24,7 +24,7 @@
 		730BD72910AA26EF0023C110 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = config.h; path = "../../../platforms/Mac OS/vm/config.h"; sourceTree = SOURCE_ROOT; };
 		730BD72D10AA27410023C110 /* sqMemoryAccess.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sqMemoryAccess.h; path = ../../../platforms/Cross/vm/sqMemoryAccess.h; sourceTree = SOURCE_ROOT; };
 		730BD72F10AA27590023C110 /* sqVirtualMachine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sqVirtualMachine.h; path = ../../../platforms/Cross/vm/sqVirtualMachine.h; sourceTree = SOURCE_ROOT; };
-		730BD73010AA277B0023C110 /* SqueakPlugin.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = SqueakPlugin.icns; path = ../resources/ProjectBuilder/SqueakPlugin.icns; sourceTree = SOURCE_ROOT; };
+		730BD73010AA277B0023C110 /* SqueakPlugin.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = SqueakPlugin.icns; sourceTree = "<group>"; };
 		733EFEAC10B4D31C00A2FDA5 /* sqFFI.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.h; fileEncoding = 4; name = sqFFI.h; path = ../../../platforms/Cross/plugins/SqueakFFIPrims/sqFFI.h; sourceTree = SOURCE_ROOT; };
 		7386749011ED15E500E5B738 /* sqFFITestFuncs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sqFFITestFuncs.c; path = ../../../platforms/Cross/plugins/SqueakFFIPrims/sqFFITestFuncs.c; sourceTree = SOURCE_ROOT; };
 		739A636B10AA442600F87ADB /* sqConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sqConfig.h; path = "../../../platforms/Mac OS/vm/sqConfig.h"; sourceTree = SOURCE_ROOT; };
@@ -53,6 +53,7 @@
 				08FB77AFFE84173DC02AAC07 /* Source */,
 				089C167CFE841241C02AAC07 /* Resources */,
 				089C1671FE841209C02AAC07 /* External Frameworks and Libraries */,
+				8D576317048677EA00EA77CD /* Info.plist */,
 				19C28FB6FE9D52B211CA2CBB /* Products */,
 			);
 			name = SqueakFFI;
@@ -70,10 +71,10 @@
 			isa = PBXGroup;
 			children = (
 				730BD73010AA277B0023C110 /* SqueakPlugin.icns */,
-				8D576317048677EA00EA77CD /* Info.plist */,
 			);
 			name = Resources;
-			sourceTree = "<group>";
+			path = "../../../platforms/Mac OS/Resources";
+			sourceTree = SOURCE_ROOT;
 		};
 		08FB77AFFE84173DC02AAC07 /* Source */ = {
 			isa = PBXGroup;



More information about the Vm-dev mailing list