[Igarden-commit] Garden/Macintosh/Garden.xcodeproj project.pbxproj, 1.58.2.5, 1.58.2.6
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-11-26 01:19:37
|
Update of /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv5694 Modified Files: Tag: Release_branch_v1 project.pbxproj Log Message: Unify plant and hardscape palettes & improve speed Index: project.pbxproj =================================================================== RCS file: /cvsroot/igarden/Garden/Macintosh/Garden.xcodeproj/project.pbxproj,v retrieving revision 1.58.2.5 retrieving revision 1.58.2.6 diff -C2 -d -r1.58.2.5 -r1.58.2.6 *** project.pbxproj 15 Nov 2006 04:03:56 -0000 1.58.2.5 --- project.pbxproj 26 Nov 2006 01:19:35 -0000 1.58.2.6 *************** *** 10,14 **** 4900F4F6096C97F3002E5846 /* PlantPictureLocations.xml in Resources */ = {isa = PBXBuildFile; fileRef = 4900F4F5096C97F3002E5846 /* PlantPictureLocations.xml */; }; 4900F583096CB1FE002E5846 /* RGDOMParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 490FC90E08D4973F00A250DA /* RGDOMParser.cpp */; }; - 49011FE50ABDF07E000DF018 /* libMetakit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 493D183909937B2500EE071C /* libMetakit.a */; }; 49011FEF0ABDF224000DF018 /* SmartCrashReportsAPI.o in Frameworks */ = {isa = PBXBuildFile; fileRef = 49011FEE0ABDF224000DF018 /* SmartCrashReportsAPI.o */; }; 49040A3A0735C7F6009B97F1 /* Label_Borders1.html in Resources */ = {isa = PBXBuildFile; fileRef = 49040A380735C7F6009B97F1 /* Label_Borders1.html */; }; --- 10,13 ---- *************** *** 492,496 **** 49CA170F08B17C9F00FBA1F9 /* AppMain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49CA170E08B17C9F00FBA1F9 /* AppMain.cpp */; }; 49CA173608B17E4700FBA1F9 /* YAAF_FW.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49CA170508B17A4F00FBA1F9 /* YAAF_FW.framework */; }; [...1050 lines suppressed...] --- 3491,3498 ---- isa = XCBuildConfiguration; buildSettings = { + ARCHS = ( + ppc, + i386, + ); COPY_PHASE_STRIP = NO; DYLIB_COMPATIBILITY_VERSION = 1; *************** *** 3585,3588 **** --- 3644,3651 ---- isa = XCBuildConfiguration; buildSettings = { + ARCHS = ( + ppc, + i386, + ); COPY_PHASE_STRIP = NO; FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/../../../external/yaaf/build/Development\""; |