|
From: Andre R. <and...@us...> - 2006-02-05 21:06:49
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22580/Frontier.xcode Modified Files: project.pbxproj Log Message: Added target for the OPML Editor, plus a bunch of required files. Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** project.pbxproj 4 Feb 2006 23:24:16 -0000 1.21 --- project.pbxproj 5 Feb 2006 21:06:41 -0000 1.22 *************** *** 6,9 **** --- 6,3562 ---- objectVersion = 39; objects = { + 6505996209968C1400410571 = { + buildPhases = ( + 6505996309968C1400410571, + 65059A3B09968C1400410571, + 65059B3409968C1400410571, + 65059B3609968C1400410571, + 65059B3B09968C1400410571, [...3662 lines suppressed...] - path = Info.plist; - refType = 2; - sourceTree = SOURCE_ROOT; - }; //BB0 //BB1 --- 12247,12250 ---- *************** *** 8720,8724 **** runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; ! shellScript = "# debug\n#set -x\n#printenv\n\n# Build Frontier.icns file\n# There seems to be some bugs here, so just use\n# pre-created Frontier.icns file.\n# Also add \"icns.r\" path to Input files and\n# \"Frontier.icns\" path to Output files below.\n\n#/Developer/Tools/Rez \"${SRCROOT}/../resources/Frontier/icns.r\" -d TARGET_API_MAC_CARBON=1 -d FRONTIER_FRAMEWORK_INCLUDES=1 -i \"${SRCROOT}/../Common/headers\" -useDF -o \"${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Frontier.icns\"\n\n# Strip trademark character to prevent problems wuth shell quoting\n#product_str=`echo ${PRODUCT_NAME} | awk -F '\\342' '{print $1};'`\n\nproduct_str=${PRODUCT_NAME}\n\n# Parse the \"versions.h\" file for useful variables\n\nversion_str=`grep \"frontier_version_string\" \"${SRCROOT}/../Common/headers/versions.h\" | awk -F \\\" '{print $2};'`\ncopyright_year_str=`grep \"#define[[:space:]]*copyright_year_string\" \"${SRCROOT}/../Common/headers/versions.h\" | awk -F \\\" '{print $2};'`\n\n# Update the Info.plist\n# Could append \"(dbg)\" to product name for Development build style\n\n#defaults write \"${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Info\" CFBundleVersion ${version_str}\n\n# or use sed\n\nsed -e \"s/\\${PRODUCT_NAME_STR}/${product_str}/g\" -e \"s/\\${PRODUCT_VERSION_STR}/${version_str}/g\" -e \"s/\\${COPYRIGHT_YEAR_STR}/${copyright_year_str}/g\" \"${SRCROOT}/Info.Plist\" > \"${BUILT_PRODUCTS_DIR}/${CONTENTS_FOLDER_PATH}/Info.plist\""; }; DEA58AB307435A9500BAB271 = { --- 12270,12274 ---- runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; ! shellScript = ". ${SRCROOT}/postlinking.sh\n"; }; DEA58AB307435A9500BAB271 = { |