mirror of https://github.com/BOINC/boinc.git
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:
parent
88ca396858
commit
92dee4fa96
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue