More files for building GUI Mac BOINC Manager.

Added Files:
 	client/mac/BOINCMgr.icns mac_build/info.plist

svn path=/trunk/boinc/; revision=5629
This commit is contained in:
Charlie Fenton 2005-03-11 13:24:56 +00:00
parent 3328351a15
commit ec20379754
2 changed files with 22 additions and 0 deletions

BIN
client/mac/BOINCMgr.icns Normal file

Binary file not shown.

22
mac_build/info.plist Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>BOINC</string>
<key>CFBundleIconFile</key>
<string>BOINCMgr.icns</string>
<key>CFBundleIdentifier</key>
<string>edu.berkeley.boinc</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>BNC!</string>
<key>CFBundleVersion</key>
<string>1.0</string>
</dict>
</plist>