mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5986
This commit is contained in:
parent
86b28b5df9
commit
1e407b1d59
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -17,6 +17,6 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>BNC!</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3.40</string>
|
||||
<string>4.35</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue