Changes between Version 14 and Version 15 of MacBacktrace


Ignore:
Timestamp:
Mar 25, 2008, 7:39:25 PM (16 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MacBacktrace

    v14 v15  
    2626
    2727{{{
    28 sudo cp {path}/BOINCManager_i386 /Applications/BOINCManager.app/Contents/MacOS/BOINCManager
     28sudo cp -f {path}/BOINCManager_i386 /Applications/BOINCManager.app/Contents/MacOS/BOINCManager
    2929}}}
    3030You should then confirm that the ownership and permissions have not changed:
     
    3737}}}
    3838Note that you must rename the unstripped executable to have the same file name as the original.
     39
     40Similarly, to replace the 64-bit BOINC Client inside the Manager's bundle:
     41{{{
     42sudo cp -f {path}/boinc_x86_64 /Applications/BOINCManager.app/Contents/Resources/boinc
     43}}}
     44Then confirm that the ownership and permissions have not changed:
     45{{{
     46ls -al /Applications/BOINCManager.app/Contents/Resources/boinc
     47}}}
     48and you should see something like this:
     49{{{
     50-r-sr-sr-x  1 boinc_master  boinc_master  1184600 Mar 12 03:06 boinc
     51}}}
    3952
    4053NOTE: This will work for all Mac BOINC versions '''except''' 6.1.10 (which saved the symbols in a separate .dSYM file.)