Mac: Remove obsolete XCode project script phase for separate SG build symbol table.

svn path=/trunk/boinc/; revision=12739
This commit is contained in:
Charlie Fenton 2007-05-24 01:09:37 +00:00
parent 1d421c5a43
commit 3c55409a5d
2 changed files with 7 additions and 16 deletions

View File

@ -5298,3 +5298,10 @@ David 23 May 2007
graphics2_unix.C
lib/
shmem.h
Charlie 23 May 2007
- Mac: Remove obsolete XCode project script phase for separate SG
build symbol table.
mac_build/
boinc.xcodeproj/
project.pbxproj

View File

@ -1870,7 +1870,6 @@
DD3E15370A774397007E0084 /* ShellScript */,
DD3E15380A774397007E0084 /* ShellScript */,
DD3E15390A774397007E0084 /* ShellScript */,
DD49A5280AF651BB001FAF7D /* ShellScript */,
);
buildRules = (
DD3E153A0A774397007E0084 /* PBXBuildRule */,
@ -2302,21 +2301,6 @@
shellPath = /bin/sh;
shellScript = "if [ \"$BUILD_STYLE\" = \"i386_Deployment\" ] || [ \"$BUILD_STYLE\" = \"ppc_Deployment\" ] || [ \"$BUILD_STYLE\" = \"Deployment\" ]; then\n mkdir \"${BUILT_PRODUCTS_DIR}/SymbolTables\"\n if [ \"${BUILT_PRODUCTS_DIR}/$PRODUCT_NAME\" -nt \"$TARGET_BUILD_DIR/SymbolTables/${PRODUCT_NAME}_i386\" ]; then\n lipo \"${BUILT_PRODUCTS_DIR}/$PRODUCT_NAME\" -thin i386 -output \"$TARGET_BUILD_DIR/SymbolTables/${PRODUCT_NAME}_i386\"\n lipo \"${BUILT_PRODUCTS_DIR}/$PRODUCT_NAME\" -thin ppc -output \"$TARGET_BUILD_DIR/SymbolTables/${PRODUCT_NAME}_ppc\"\n /usr/bin/strip \"${BUILT_PRODUCTS_DIR}/$PRODUCT_NAME\"\n fi\nfi";
};
DD49A5280AF651BB001FAF7D /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${BUILT_PRODUCTS_DIR}/BOINCManager.app/Contents/MacOS/BOINCManager",
);
outputPaths = (
"${BUILT_PRODUCTS_DIR}/SymbolTables/sgBOINCManager_i386",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if [ \"$BUILD_STYLE\" = \"i386_Deployment\" ] || [ \"$BUILD_STYLE\" = \"ppc_Deployment\" ] || [ \"$BUILD_STYLE\" = \"Deployment\" ]; then\n touch \"$TARGET_BUILD_DIR/SymbolTables/sgBOINCManager_i386\"\n touch \"$TARGET_BUILD_DIR/SymbolTables/sgBOINCManager_ppc\"\nfi";
};
DD5FD5830A0232F30093C19F /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;