mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=7816
This commit is contained in:
parent
6689f1faae
commit
a30b0472ae
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue