[Igarden-commit] Garden/Macintosh/Garden.xcodeproj project.pbxproj, 1.58.2.15, 1.58.2.16
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-01-20 02:04:42
|
Update of /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv17776 Modified Files: Tag: Release_branch_v1 project.pbxproj Log Message: Add more backgrounds Index: project.pbxproj =================================================================== RCS file: /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj/project.pbxproj,v retrieving revision 1.58.2.15 retrieving revision 1.58.2.16 diff -C2 -d -r1.58.2.15 -r1.58.2.16 *** project.pbxproj 29 Dec 2006 15:45:52 -0000 1.58.2.15 --- project.pbxproj 20 Jan 2007 02:04:41 -0000 1.58.2.16 *************** *** 139,142 **** --- 139,144 ---- 491C76F708D37D80008DAD03 /* PlanPaletteView.h in Headers */ = {isa = PBXBuildFile; fileRef = 491C76F508D37D80008DAD03 /* PlanPaletteView.h */; }; 491C76F808D37D80008DAD03 /* PlanPaletteView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 491C76F608D37D80008DAD03 /* PlanPaletteView.cpp */; }; + 491FFE700B61A3E5009F5D26 /* DarkBrownDirt.png in Resources */ = {isa = PBXBuildFile; fileRef = 491FFE6F0B61A3E5009F5D26 /* DarkBrownDirt.png */; }; + 491FFECA0B61A827009F5D26 /* CedarMulch.png in Resources */ = {isa = PBXBuildFile; fileRef = 491FFEC90B61A827009F5D26 /* CedarMulch.png */; }; 4928AC0706B211E2001689E2 /* DatabaseFile.cp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02614064A576A00C95424 /* DatabaseFile.cp */; }; 4929D78D0649D56A0047C25E /* AerialImportDialog.h in Headers */ = {isa = PBXBuildFile; fileRef = 4929D78B0649D56A0047C25E /* AerialImportDialog.h */; }; *************** *** 851,854 **** --- 853,858 ---- 491C76F508D37D80008DAD03 /* PlanPaletteView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlanPaletteView.h; path = PlanTool/PlanPaletteView.h; sourceTree = "<group>"; }; 491C76F608D37D80008DAD03 /* PlanPaletteView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PlanPaletteView.cpp; path = PlanTool/PlanPaletteView.cpp; sourceTree = "<group>"; }; + 491FFE6F0B61A3E5009F5D26 /* DarkBrownDirt.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = DarkBrownDirt.png; path = ../source/resources/Backgrounds/DarkBrownDirt.png; sourceTree = SOURCE_ROOT; }; + 491FFEC90B61A827009F5D26 /* CedarMulch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = CedarMulch.png; path = ../source/resources/Backgrounds/CedarMulch.png; sourceTree = SOURCE_ROOT; }; 49254E480897B7430001F72E /* PlantOutline.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = PlantOutline.svg; path = ../source/resources/2DSymbols/PlantOutline.svg; sourceTree = SOURCE_ROOT; }; 49254E490897B7430001F72E /* TreeOutline.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = TreeOutline.svg; path = ../source/resources/2DSymbols/TreeOutline.svg; sourceTree = SOURCE_ROOT; }; *************** *** 1625,1628 **** --- 1629,1634 ---- isa = PBXGroup; children = ( + 491FFEC90B61A827009F5D26 /* CedarMulch.png */, + 491FFE6F0B61A3E5009F5D26 /* DarkBrownDirt.png */, 492B2873064B048600EB240B /* Backgrounds.xml */, 492B2874064B048600EB240B /* blacktop.png */, *************** *** 2629,2632 **** --- 2635,2640 ---- 49980BB20B361FDA00A2A84F /* ShopList1.html in Resources */, 49054F9D0B3A34860068711A /* ShopList3.html in Resources */, + 491FFE700B61A3E5009F5D26 /* DarkBrownDirt.png in Resources */, + 491FFECA0B61A827009F5D26 /* CedarMulch.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; |