Changes between Version 14 and Version 15 of MacBacktrace
- Timestamp:
- Mar 25, 2008, 7:39:25 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacBacktrace
v14 v15 26 26 27 27 {{{ 28 sudo cp {path}/BOINCManager_i386 /Applications/BOINCManager.app/Contents/MacOS/BOINCManager28 sudo cp -f {path}/BOINCManager_i386 /Applications/BOINCManager.app/Contents/MacOS/BOINCManager 29 29 }}} 30 30 You should then confirm that the ownership and permissions have not changed: … … 37 37 }}} 38 38 Note that you must rename the unstripped executable to have the same file name as the original. 39 40 Similarly, to replace the 64-bit BOINC Client inside the Manager's bundle: 41 {{{ 42 sudo cp -f {path}/boinc_x86_64 /Applications/BOINCManager.app/Contents/Resources/boinc 43 }}} 44 Then confirm that the ownership and permissions have not changed: 45 {{{ 46 ls -al /Applications/BOINCManager.app/Contents/Resources/boinc 47 }}} 48 and you should see something like this: 49 {{{ 50 -r-sr-sr-x 1 boinc_master boinc_master 1184600 Mar 12 03:06 boinc 51 }}} 39 52 40 53 NOTE: This will work for all Mac BOINC versions '''except''' 6.1.10 (which saved the symbols in a separate .dSYM file.)