030a55796e
Problem: OS 10.6 and OS 10.7 require screensavers to be built with Garbage Collection (GC) enabled, but Xcode versions after 5.0.2 do not support GC. Solution: save a compressed copy of the screensaver executable built with GC on GIT as BOINCSaver_MacOS10_6_7.zip, and update the Xcode project to build the screensaver with Automatic Reference Counting (ARC). Modify the Mac installer build script to add a copy of BOINCSaver_MacOS10_6_7 to the BOINCSaver bundle, so the installer installs the screen saver with both versions of the executable. Modify PostInstall.app to select the appropriate executable for the version of OS X at install time, rename it if necessary and delete the other one. |
||
---|---|---|
.tx | ||
3rdParty | ||
android | ||
api | ||
apps | ||
client | ||
clientctrl | ||
clientgui | ||
clientscr | ||
clientsetup/win | ||
clienttray | ||
coprocs/NVIDIA | ||
curl | ||
db | ||
doc | ||
drupal | ||
html | ||
lib | ||
locale | ||
m4 | ||
mac3rdParty | ||
mac_build | ||
mac_installer | ||
packages | ||
py | ||
samples | ||
sched | ||
stripchart | ||
test | ||
tools | ||
vda | ||
win_build | ||
xcompile | ||
zip | ||
.gitattributes | ||
.gitignore | ||
.scrutinizer.yml | ||
.travis.yml | ||
.vimrc | ||
COPYING | ||
COPYING.LESSER | ||
COPYRIGHT | ||
INSTALL | ||
Makefile.am | ||
Makefile.incl | ||
README.md | ||
TODO_OLD | ||
_autosetup | ||
bolt_checkin_notes.txt | ||
build_pos | ||
checkin_notes | ||
checkin_notes_2002 | ||
checkin_notes_2003 | ||
checkin_notes_2004 | ||
checkin_notes_2005 | ||
checkin_notes_2006 | ||
checkin_notes_2007 | ||
checkin_notes_2008 | ||
checkin_notes_2009 | ||
checkin_notes_2010 | ||
checkin_notes_2011 | ||
checkin_notes_2012 | ||
checkin_notes_samples | ||
configure.ac | ||
coverity-model.cpp | ||
generate_svn_version.sh | ||
gitlog2boinclog.sh | ||
gl.py | ||
notes | ||
project_specific_defines.h | ||
set-version | ||
testbase | ||
todo | ||
version.h | ||
version.h.in | ||
version.log |
README.md
Status
BOINC
Project Website: https://boinc.berkeley.edu
Want to create a project
See: https://boinc.berkeley.edu/trac/wiki
Want to help translate
See: https://boinc.berkeley.edu/trac/wiki/TranslateIntro
Want to contribute
See: https://boinc.berkeley.edu/trac/wiki/SoftwareDevelopment
Note
The University of California holds the copyright on all BOINC source code. By submitting contributions to the BOINC code, you irrevocably assign all right, title, and interest, including copyright and all copyright rights, in such contributions to The Regents of the University of California, who may then use the code for any purpose that it desires.
License
BOINC is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
BOINC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with BOINC. If not, see http://www.gnu.org/licenses/.