view deploy/osx/Info.plist @ 232:41ae9544a255

* Update Mac deployment stuff
author Chris Cannam
date Thu, 06 Jan 2011 15:33:52 +0000
parents 1b2ee42fa004
children 3d276e65a7c3
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleName</key>
	<string>EasyMercurial</string>
	<key>CFBundleExecutable</key>
	<string>EasyMercurial</string>
	<key>CFBundleIconFile</key>
	<string>easyhg-icon.icns</string>
	<key>CFBundleIdentifier</key>
	<string>org.easymercurial.EasyMercurial</string>
	<key>CFBundleShortVersionString</key>
	<string>EASYHG_VERSION</string>
	<key>CFBundleExecutable</key>
	<string>EasyMercurial</string>
</dict>
</plist>