diff --git a/checkin_notes b/checkin_notes index 2c7b6e86bf..99ef7bb06d 100755 --- a/checkin_notes +++ b/checkin_notes @@ -11424,7 +11424,9 @@ Charlie 6 Sept 2005 - Mac: Bring graphics application to front whenever user presses "Show Graphics" button, even if it was already open in background. This provides a way to bring hidden graphics to front without an icon in the Dock. - + - Mac: Fix bug in XCode project's scripts which caused errors if there was a + space in the path to the project. + api/ boinc_api.h macglutfix.m @@ -11432,3 +11434,6 @@ Charlie 6 Sept 2005 mac_icon.C client/ app_start.C + mac_build/ + boinc.pbproj/ + project.pbxproj diff --git a/mac_build/boinc.pbproj/project.pbxproj b/mac_build/boinc.pbproj/project.pbxproj index 98dbbe164b..95e2f9cc6a 100755 --- a/mac_build/boinc.pbproj/project.pbxproj +++ b/mac_build/boinc.pbproj/project.pbxproj @@ -2098,7 +2098,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if [ \"$BUILD_STYLE\" = \"Deployment\" ]; then\n mkdir $TARGET_BUILD_DIR/SymbolTables\n cp -Rf $TARGET_BUILD_DIR/$PRODUCT_NAME $TARGET_BUILD_DIR/SymbolTables/\n /usr/bin/strip $TARGET_BUILD_DIR/$PRODUCT_NAME\nfi"; + shellScript = "if [ \"$BUILD_STYLE\" = \"Deployment\" ]; then\n mkdir \"$TARGET_BUILD_DIR/SymbolTables\"\n cp -Rf \"$TARGET_BUILD_DIR/$PRODUCT_NAME\" \"$TARGET_BUILD_DIR/SymbolTables/\"\n /usr/bin/strip \"$TARGET_BUILD_DIR/$PRODUCT_NAME\"\nfi"; }; DD48091E081A66F100A174AA = { isa = PBXFileReference; @@ -3327,7 +3327,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if [ \"$BUILD_STYLE\" = \"Deployment\" ]; then\n mkdir $TARGET_BUILD_DIR/SymbolTables\n cp -Rf $TARGET_BUILD_DIR/BOINCManager.app/Contents/MacOS/BOINCManager $TARGET_BUILD_DIR/SymbolTables/\n /usr/bin/strip $TARGET_BUILD_DIR/BOINCManager.app/Contents/MacOS/BOINCManager\nfi"; + shellScript = "if [ \"$BUILD_STYLE\" = \"Deployment\" ]; then\n mkdir \"$TARGET_BUILD_DIR/SymbolTables\"\n cp -Rf \"$TARGET_BUILD_DIR/BOINCManager.app/Contents/MacOS/BOINCManager\" \"$TARGET_BUILD_DIR/SymbolTables/\"\n /usr/bin/strip \"$TARGET_BUILD_DIR/BOINCManager.app/Contents/MacOS/BOINCManager\"\nfi"; }; DD96AFF50811075000A06F22 = { buildActionMask = 2147483647;