*** empty log message ***

svn path=/trunk/boinc/; revision=6678
This commit is contained in:
Charlie Fenton 2005-07-19 13:11:29 +00:00
parent 278314ab98
commit 3eeb71f8de
9 changed files with 63 additions and 8 deletions

View File

@ -9244,3 +9244,24 @@ Rom 18 July 2005
/
configure.ac
Charlie 19 July 2005
Mac: include Carbon.h in stdwx.h instead of MacGUI.pch as
requested by Bern so command line build (using autoconf /
make) works without using precompiled header.
Add a "Run Script" Phase to builds of BOINCManager and Core
Client in XCode project. This creates a subdirectory named
SymbolTables under the build directory, and copies the
BOINCManager and Core Client executables there before they are
stripped of symbols. This is useful for analyzing crash reports
from the field. We can use the atos command line utility and
these symbol files to convert addresses from the stack frames to
symbols and line numbers in source files.
clientgui/
stdwx.h
mac/
MacGUI.pch
mac_build/
boinc.pbproj/
project.pbxproj

View File

@ -32,8 +32,6 @@
#include "stdwx.h"
#include <Carbon/Carbon.h>
#include "config.h"
#endif

View File

@ -52,6 +52,10 @@
#endif
#ifdef __APPLE__
#include <Carbon/Carbon.h>
#endif
#include <wx/wx.h>
#include <wx/config.h> // configuration support
#include <wx/debug.h> // diagnostics support

View File

@ -1,5 +1,5 @@
/* Localized versions of Info.plist keys */
CFBundleName = "BOINC";
CFBundleShortVersionString = "BOINC version 4.70";
CFBundleGetInfoString = "BOINC version 4.70, Copyright 2005 University of California.";
CFBundleShortVersionString = "BOINC version 4.71";
CFBundleGetInfoString = "BOINC version 4.71, Copyright 2005 University of California.";

View File

@ -17,6 +17,6 @@
<key>CFBundleSignature</key>
<string>BNC!</string>
<key>CFBundleVersion</key>
<string>4.70</string>
<string>4.71</string>
</dict>
</plist>

View File

@ -15,6 +15,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.70</string>
<string>4.71</string>
</dict>
</plist>

View File

@ -17,7 +17,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.70</string>
<string>4.71</string>
<key>NSPrincipalClass</key>
<string>BOINC_Saver_ModuleView</string>
</dict>

View File

@ -15,6 +15,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.70</string>
<string>4.71</string>
</dict>
</plist>

View File

@ -337,6 +337,7 @@
DD095EEE07D87AE900362260,
DD095EEF07D87AE900362260,
DDD7F08807F0692D00BA3B90,
DD8F75CB088D159D001AFCCA,
);
buildRules = (
DD6826EE08641BE00070CDB8,
@ -1955,6 +1956,21 @@
target = DD40CDF807F0386A0096C645;
targetProxy = DD40D36007F03B600096C645;
};
DD46A43A088D1BEE00052C57 = {
buildActionMask = 2147483647;
files = (
);
inputPaths = (
$TARGET_BUILD_DIR/$PRODUCT_NAME,
);
isa = PBXShellScriptBuildPhase;
outputPaths = (
$TARGET_BUILD_DIR/SymbolTables/$PRODUCT_NAME,
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "mkdir $TARGET_BUILD_DIR/SymbolTables\ncp -Rf $TARGET_BUILD_DIR/$PRODUCT_NAME $TARGET_BUILD_DIR/SymbolTables/";
};
DD48091E081A66F100A174AA = {
isa = PBXFileReference;
lastKnownFileType = wrapper.nib;
@ -3030,6 +3046,21 @@
refType = 2;
sourceTree = SOURCE_ROOT;
};
DD8F75CB088D159D001AFCCA = {
buildActionMask = 2147483647;
files = (
);
inputPaths = (
$TARGET_BUILD_DIR/BOINCManager.app/Contents/MacOS/BOINCManager,
);
isa = PBXShellScriptBuildPhase;
outputPaths = (
$TARGET_BUILD_DIR/SymbolTables/BOINCManager,
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "mkdir $TARGET_BUILD_DIR/SymbolTables\ncp -Rf $TARGET_BUILD_DIR/BOINCManager.app/Contents/MacOS/BOINCManager $TARGET_BUILD_DIR/SymbolTables/\n";
};
DD96AFF50811075000A06F22 = {
buildActionMask = 2147483647;
files = (
@ -3449,6 +3480,7 @@
buildPhases = (
DDD74D8407CF482E0065AC9D,
DDD74D8507CF482E0065AC9D,
DD46A43A088D1BEE00052C57,
);
buildRules = (
DD6826DF08641B1E0070CDB8,