1<?xml version="1.0" encoding="utf-8" standalone="no"?> 2<!-- 3# This file is part of BOINC. 4# http://boinc.berkeley.edu 5# Copyright (C) 2015 University of California 6# 7# BOINC is free software; you can redistribute it and/or modify it 8# under the terms of the GNU Lesser General Public License 9# as published by the Free Software Foundation, 10# either version 3 of the License, or (at your option) any later version. 11# 12# BOINC is distributed in the hope that it will be useful, 13# but WITHOUT ANY WARRANTY; without even the implied warranty of 14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 15# See the GNU Lesser General Public License for more details. 16# 17# You should have received a copy of the GNU Lesser General Public License 18# along with BOINC. If not, see <http://www.gnu.org/licenses/>. 19--> 20<installer-gui-script minSpecVersion="1"> 21 <pkg-ref id="edu.berkeley.boinc"> 22 <bundle-version> 23 <bundle CFBundleVersion="x.y.z" id="edu.berkeley.boinc" path="Applications/BOINCManager.app"/> 24 <bundle CFBundleVersion="x.y.z" id="edu.berkeley.boincsaver" path="Library/Screen Savers/BOINCSaver.saver"/> 25 </bundle-version> 26 </pkg-ref> 27 <options customize="never" require-scripts="false" rootVolumeOnly="true"/> 28 <title>BOINC Manager</title> 29 <readme file="ReadMe.rtf" mime-type="text/rtf"/> 30 <license file="License.rtf" mime-type="text/rtf"/> 31 <choices-outline> 32 <line choice="default"> 33 <line choice="edu.berkeley.boinc"/> 34 </line> 35 </choices-outline> 36 <choice id="default"/> 37 <choice id="edu.berkeley.boinc" visible="false" enabled="false"> 38 <pkg-ref id="edu.berkeley.boinc" title="BOINC Manager Installer" description="Installs BOINC Manager, screensaver and data"/> 39 </choice> 40 <pkg-ref id="edu.berkeley.boinc" version="0" onConclusion="none" installKBytes="18352" auth="Root">#BOINC.pkg</pkg-ref> 41 <product id="edu.berkeley.boinc" version="BOINC Manager x.y.z"/> 42</installer-gui-script>