|
From: David B. <dav...@us...> - 2004-11-22 04:35:18
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4500 Modified Files: Tag: sidewinder-branch project.pbxproj Log Message: put it in the right place Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.15 retrieving revision 1.15.2.1 diff -C2 -d -r1.15 -r1.15.2.1 *** project.pbxproj 11 Nov 2004 09:29:37 -0000 1.15 --- project.pbxproj 22 Nov 2004 04:34:59 -0000 1.15.2.1 *************** *** 569,572 **** --- 569,573 ---- 6515294B072C000500411831, 6515294D072C000900411831, + 6730555D0751953E006F9CD7, ); isa = PBXFrameworksBuildPhase; *************** *** 5291,5294 **** --- 5292,5296 ---- 651527B7072BFE0E00411831 = { children = ( + 6730555C0751953E006F9CD7, 651527B8072BFE0E00411831, 6515294A072C000500411831, *************** *** 8614,8617 **** --- 8616,8643 ---- //653 //654 + //670 + //671 + //672 + //673 + //674 + 6730555C0751953E006F9CD7 = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = Python.framework; + path = /System/Library/Frameworks/Python.framework; + refType = 0; + sourceTree = "<absolute>"; + }; + 6730555D0751953E006F9CD7 = { + fileRef = 6730555C0751953E006F9CD7; + isa = PBXBuildFile; + settings = { + }; + }; + //670 + //671 + //672 + //673 + //674 //BB0 //BB1 *************** *** 8632,8636 **** fileEncoding = 30; isa = PBXFileReference; ! lastKnownFileType = text.plist.xml; path = Info.plist; refType = 2; --- 8658,8662 ---- fileEncoding = 30; isa = PBXFileReference; ! lastKnownFileType = text.xml; path = Info.plist; refType = 2; |