Mac: Add application icons to installer, uninstaller; add "are you sure?" dialog to uninstaller. Fix installer copyright and version strings.

svn path=/trunk/boinc/; revision=12856
This commit is contained in:
Charlie Fenton 2007-06-08 11:17:11 +00:00
parent 88ca396858
commit 92dee4fa96
1 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,10 @@
<string>English</string>
<key>CFBundleExecutable</key>
<string>BOINC Installer</string>
<key>CFBundleIconFile</key>
<string>MacInstaller.icns</string>
<key>CFBundleGetInfoString</key>
<string>BOINC Installer version 5.10.2, Copyright 2007 University of California.</string>
<key>CFBundleIdentifier</key>
<string>edu.berkeley.boinc.Installer</string>
<key>CFBundleInfoDictionaryVersion</key>
@ -14,6 +18,10 @@
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleName</key>
<string>BOINC Installer</string>
<key>CFBundleShortVersionString</key>
<string>BOINC Installer version 5.10.2</string>
<key>CFBundleVersion</key>
<string>5.10.2</string>
</dict>