[Igarden-commit] Garden/Macintosh/Garden.xcodeproj project.pbxproj, 1.58.2.3, 1.58.2.4
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-11-11 15:03:27
|
Update of /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv25459 Modified Files: Tag: Release_branch_v1 project.pbxproj Log Message: Add more non-plant objects (including test pattern) Index: project.pbxproj =================================================================== RCS file: /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj/project.pbxproj,v retrieving revision 1.58.2.3 retrieving revision 1.58.2.4 diff -C2 -d -r1.58.2.3 -r1.58.2.4 *** project.pbxproj 5 Nov 2006 02:31:35 -0000 1.58.2.3 --- project.pbxproj 11 Nov 2006 15:03:25 -0000 1.58.2.4 *************** *** 464,467 **** --- 464,469 ---- 49C1C0F306E3FB6E0021D1F5 /* LayerSelectForm.h in Headers */ = {isa = PBXBuildFile; fileRef = 49C1C0F106E3FB6E0021D1F5 /* LayerSelectForm.h */; }; 49C1C0F406E3FB6E0021D1F5 /* LayerSelectForm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49C1C0F206E3FB6E0021D1F5 /* LayerSelectForm.cpp */; }; + 49C3C91D0AFE6BCC0022168F /* TestPattern1.svg in Resources */ = {isa = PBXBuildFile; fileRef = 49C3C91B0AFE6BCC0022168F /* TestPattern1.svg */; }; + 49C3C91E0AFE6BCC0022168F /* TestPattern2.svg in Resources */ = {isa = PBXBuildFile; fileRef = 49C3C91C0AFE6BCC0022168F /* TestPattern2.svg */; }; 49CA0AAE08B0176100FBA1F9 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49081028070CDE910044EEA3 /* OpenGL.framework */; }; 49CA0AAF08B0176200FBA1F9 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49080FFC070CDE170044EEA3 /* AGL.framework */; }; *************** *** 1118,1121 **** --- 1120,1125 ---- 49C1C0F106E3FB6E0021D1F5 /* LayerSelectForm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = LayerSelectForm.h; path = PlanTool/LayerSelectForm.h; sourceTree = "<group>"; }; 49C1C0F206E3FB6E0021D1F5 /* LayerSelectForm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = LayerSelectForm.cpp; path = PlanTool/LayerSelectForm.cpp; sourceTree = "<group>"; }; + 49C3C91B0AFE6BCC0022168F /* TestPattern1.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = TestPattern1.svg; path = ../source/resources/2DSymbols/TestPattern1.svg; sourceTree = SOURCE_ROOT; }; + 49C3C91C0AFE6BCC0022168F /* TestPattern2.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = TestPattern2.svg; path = ../source/resources/2DSymbols/TestPattern2.svg; sourceTree = SOURCE_ROOT; }; 49CA170508B17A4F00FBA1F9 /* YAAF_FW.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = YAAF_FW.framework; path = ../../../external/yaaf/build/Development/YAAF_FW.framework; sourceTree = SOURCE_ROOT; }; 49CA170E08B17C9F00FBA1F9 /* AppMain.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = AppMain.cpp; path = ../../../external/yaaf/Libraries/yaaf_gui/sources/AppMain.cpp; sourceTree = SOURCE_ROOT; }; *************** *** 1492,1495 **** --- 1496,1501 ---- isa = PBXGroup; children = ( + 49C3C91B0AFE6BCC0022168F /* TestPattern1.svg */, + 49C3C91C0AFE6BCC0022168F /* TestPattern2.svg */, 49FE0FF80AFD62B900DC5501 /* Grate.svg */, 49FE0FF90AFD62B900DC5501 /* Rock1.svg */, *************** *** 2468,2471 **** --- 2474,2479 ---- 49FE0FFC0AFD62B900DC5501 /* Rock1.svg in Resources */, 49FE0FFD0AFD62B900DC5501 /* Rock2.svg in Resources */, + 49C3C91D0AFE6BCC0022168F /* TestPattern1.svg in Resources */, + 49C3C91E0AFE6BCC0022168F /* TestPattern2.svg in Resources */, ); runOnlyForDeploymentPostprocessing = 0; |