[Igarden-commit] Garden/Macintosh/Garden.xcodeproj project.pbxproj, 1.58.2.1, 1.58.2.2
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-11-04 23:05:22
|
Update of /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv6261 Modified Files: Tag: Release_branch_v1 project.pbxproj Log Message: Add stone wall and gazebo Index: project.pbxproj =================================================================== RCS file: /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj/project.pbxproj,v retrieving revision 1.58.2.1 retrieving revision 1.58.2.2 diff -C2 -d -r1.58.2.1 -r1.58.2.2 *** project.pbxproj 29 Oct 2006 03:32:26 -0000 1.58.2.1 --- project.pbxproj 4 Nov 2006 23:05:19 -0000 1.58.2.2 *************** *** 556,559 **** --- 556,561 ---- 49FD3A6F09658755001543D2 /* GardenDate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49B02637064A57C300C95424 /* GardenDate.cpp */; }; 49FD3AA109658787001543D2 /* RGDateTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49C1C05806E3EC460021D1F5 /* RGDateTime.cpp */; }; + 49FEFED70AFC2B8300DC5501 /* Gazebo.svg in Resources */ = {isa = PBXBuildFile; fileRef = 49FEFED50AFC2B8300DC5501 /* Gazebo.svg */; }; + 49FEFED80AFC2B8300DC5501 /* StoneWall.svg in Resources */ = {isa = PBXBuildFile; fileRef = 49FEFED60AFC2B8300DC5501 /* StoneWall.svg */; }; 8D0C4E8B0486CD37000505A6 /* Garden_Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 32DBCF6D0370B57F00C91783 /* Garden_Prefix.pch */; }; 8D0C4E920486CD37000505A6 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20286C33FDCF999611CA2CEA /* Carbon.framework */; }; *************** *** 1179,1182 **** --- 1181,1186 ---- 49F59D9605FA9F3D00CDC512 /* Constants.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = Constants.cpp; path = ../source/Constants.cpp; sourceTree = SOURCE_ROOT; }; 49F59DAD05FAB0D000CDC512 /* ColumnSets.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = ColumnSets.h; path = Document/ColumnSets.h; sourceTree = "<group>"; }; + 49FEFED50AFC2B8300DC5501 /* Gazebo.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = Gazebo.svg; path = ../source/resources/2DSymbols/Gazebo.svg; sourceTree = SOURCE_ROOT; }; + 49FEFED60AFC2B8300DC5501 /* StoneWall.svg */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; name = StoneWall.svg; path = ../source/resources/2DSymbols/StoneWall.svg; sourceTree = SOURCE_ROOT; }; 4A9504C8FFE6A3BC11CA0CBA /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; }; 4A9504CAFFE6A41611CA0CBA /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; }; *************** *** 1481,1484 **** --- 1485,1490 ---- isa = PBXGroup; children = ( + 49FEFED50AFC2B8300DC5501 /* Gazebo.svg */, + 49FEFED60AFC2B8300DC5501 /* StoneWall.svg */, 49057D810AF438E5009FEF70 /* Bluestone.svg */, 49057B630AF3F3E0009FEF70 /* Bench1.svg */, *************** *** 2447,2450 **** --- 2453,2458 ---- 49057B640AF3F3E0009FEF70 /* Bench1.svg in Resources */, 49057D820AF438E5009FEF70 /* Bluestone.svg in Resources */, + 49FEFED70AFC2B8300DC5501 /* Gazebo.svg in Resources */, + 49FEFED80AFC2B8300DC5501 /* StoneWall.svg in Resources */, ); runOnlyForDeploymentPostprocessing = 0; |