view deploy/osx/Info.plist @ 385:5cc0d897eb26

Avoid crash when one of the data output callbacks is called after m_proc has already been reset (fixing #132)
author Chris Cannam <chris.cannam@eecs.qmul.ac.uk>
date Tue, 24 May 2011 13:29:27 +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>