|
From: Henri A. <has...@us...> - 2004-10-28 00:21:17
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4204 Modified Files: project.pbxproj Log Message: Added Info.plist to describe the Frontier.app bundle. An icons file needs to be created and linked in via Info.plist to display the icon for the bundle. Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** project.pbxproj 27 Oct 2004 09:27:00 -0000 1.7 --- project.pbxproj 28 Oct 2004 00:21:08 -0000 1.8 *************** *** 8,11 **** --- 8,12 ---- 6515255C072BFC6500411831 = { children = ( + BB3B83610730603C0049D0C1, 6515256C072BFC6700411831, 65152571072BFC6700411831, *************** *** 558,561 **** --- 559,563 ---- buildActionMask = 2147483647; files = ( + BB3B83630730604B0049D0C1, ); isa = PBXResourcesBuildPhase; *************** *** 626,629 **** --- 628,632 ---- GCC_WARN_UNUSED_VALUE = NO; GCC_WARN_UNUSED_VARIABLE = NO; + INFOPLIST_FILE = Info.plist; LIBRARY_SEARCH_PATHS = ../Common/Paige; OTHER_CFLAGS = "-fno-inline -malign-mac68k "; *************** *** 8171,8174 **** --- 8174,8210 ---- }; }; + //650 + //651 + //652 + //653 + //654 + //BB0 + //BB1 + //BB2 + //BB3 + //BB4 + BB3B83610730603C0049D0C1 = { + children = ( + BB3B83620730604B0049D0C1, + ); + isa = PBXGroup; + name = Resources; + refType = 4; + sourceTree = "<group>"; + }; + BB3B83620730604B0049D0C1 = { + fileEncoding = 30; + isa = PBXFileReference; + lastKnownFileType = text.xml; + path = Info.plist; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + BB3B83630730604B0049D0C1 = { + fileRef = BB3B83620730604B0049D0C1; + isa = PBXBuildFile; + settings = { + }; + }; }; rootObject = 65152560072BFC6500411831; |