|
From: Andre R. <and...@us...> - 2005-01-12 10:30:21
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18277/Frontier.xcode Modified Files: project.pbxproj Log Message: Removed UserLand and trademark character from the names of all generated binaries. Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** project.pbxproj 22 Nov 2004 04:56:18 -0000 1.17 --- project.pbxproj 12 Jan 2005 10:30:10 -0000 1.18 *************** *** 632,636 **** OTHER_LDFLAGS = "-multiply_defined warning"; OTHER_REZFLAGS = "-d TARGET_API_MAC_CARBON=1 -d FRONTIER_FRAMEWORK_INCLUDES=1 -i ../Common/headers"; ! PRODUCT_NAME = "Userland Frontierâ¢"; REZ_PREPROCESSOR_DEFINITIONS = ""; REZ_PREPROCESSOR_UNDEFINITIONS = ""; --- 632,636 ---- OTHER_LDFLAGS = "-multiply_defined warning"; OTHER_REZFLAGS = "-d TARGET_API_MAC_CARBON=1 -d FRONTIER_FRAMEWORK_INCLUDES=1 -i ../Common/headers"; ! PRODUCT_NAME = Frontier; REZ_PREPROCESSOR_DEFINITIONS = ""; REZ_PREPROCESSOR_UNDEFINITIONS = ""; *************** *** 658,662 **** includeInIndex = 0; isa = PBXFileReference; ! path = "Userland Frontierâ¢.app"; refType = 3; sourceTree = BUILT_PRODUCTS_DIR; --- 658,662 ---- includeInIndex = 0; isa = PBXFileReference; ! path = Frontier.app; refType = 3; sourceTree = BUILT_PRODUCTS_DIR; *************** *** 8632,8636 **** fileEncoding = 30; isa = PBXFileReference; ! lastKnownFileType = text.plist.xml; path = Info.plist; refType = 2; --- 8632,8636 ---- fileEncoding = 30; isa = PBXFileReference; ! lastKnownFileType = text.xml; path = Info.plist; refType = 2; |