view deploy/osx/Info.plist @ 505:1c05e7576ea5

Fix bug #292: "Merge that results in no changes leaves interface in inconsistent state." Show uncommitted state whenever a merge is present, even if no file changes
author Chris Cannam
date Mon, 17 Oct 2011 16:25:02 +0100
parents 960b782f0a64
children 0d89746bae1a
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.icns</string>
	<key>CFBundleIdentifier</key>
	<string>org.easymercurial.EasyMercurial</string>
	<key>CFBundleShortVersionString</key>
	<string>EASYHG_VERSION</string>
</dict>
</plist>