diff --git a/checkin_notes b/checkin_notes index 6d05927824..483bfc6f87 100755 --- a/checkin_notes +++ b/checkin_notes @@ -5891,3 +5891,14 @@ Rom 29 April 2005 clientgui/ BOINCBaseView.cpp BOINCTaskBar.cpp + +Charlie 29 April 2005 +Mac: Update version to 4.35. Update build instructions. + + clientgui/ + mac-installer/ + BOINC.pmsp + mac_build/ + HowToBuildBOINC_XCode.rtf + Info.plist + diff --git a/mac_build/HowToBuildBOINC_XCode.rtf b/mac_build/HowToBuildBOINC_XCode.rtf index 389c623c6d..4d48f228ef 100644 --- a/mac_build/HowToBuildBOINC_XCode.rtf +++ b/mac_build/HowToBuildBOINC_XCode.rtf @@ -72,9 +72,11 @@ BOINC libraries, screensaver and helper applications (5) If you are building the screensaver, be sure to unstuff the file: \ boinc/clientgui/mac/BOINCSaver.nib.sit\ \ -(6) Select Build from the Build menu. I suggest you also open the Detailed Build Results window from the Build menu. Wait a long time while it compiles.\ +(6) Update the version number in the file [boincpath]/boinc/mac_build/info.plist.\ \ -(7) In addition to the BOINC Manager BOINC.app and Core Client boinc, the mgr_boinc target will also build the SystemMenu.bundle framework and a small helper utility SetVersion. \ +(7) Select Build from the Build menu. I suggest you also open the Detailed Build Results window from the Build menu. Wait a long time while it compiles.\ +\ +(8) In addition to the BOINC Manager BOINC.app and Core Client boinc, the mgr_boinc target will also build the SystemMenu.bundle framework and a small helper utility SetVersion. \ \ SetVersion is run automatically as part of the build process to update the Mac version information file InfoPlist.strings, using the contents of version.h. The boinc-client, SystemMenu.bundle and InfoPlist.strings will all be embedded automatically inside the BOINC.app application bundle as part of the build process.\ \ @@ -110,7 +112,7 @@ Pkg_Root/Library/Screen Savers directory. You will now have the following direc Screen Savers\ BOINCSaver.saver\ \ -(5) From the Finder, open [boincpath]/boinc/mac_installer/BOINC.pmsp. it will open in the PackageMaker application. In the Files tab, set the path to your Pkg_Root directory. in the Resources tab, set the path to your Installer_Resources directory. \ +(5) From the Finder, open [boincpath]/boinc/mac_installer/BOINC.pmsp. it will open in the PackageMaker application. In the Files tab, set the path to your Pkg_Root directory. in the Resources tab, set the path to your Installer_Resources directory. Update the version number in multiple places in the Description and Version tabs.\ \ (6) Select "Create Package" from PackageMaker's File menu. You can give any name you wish to the installer package when you create it, but do \f0\b not diff --git a/mac_build/Info.plist b/mac_build/Info.plist index 0c77f978d7..349be403b8 100644 --- a/mac_build/Info.plist +++ b/mac_build/Info.plist @@ -17,6 +17,6 @@ CFBundleSignature BNC! CFBundleVersion - 3.40 + 4.35 diff --git a/mac_installer/BOINC.pmsp b/mac_installer/BOINC.pmsp index fc07e09cf5..3b8e25d2f7 100644 Binary files a/mac_installer/BOINC.pmsp and b/mac_installer/BOINC.pmsp differ