view deploy/osx/Info.plist @ 669:acfaae6844de qt5

Mark as hidpi capable
author Chris Cannam
date Fri, 27 May 2016 11:02:38 +0100
parents 0d89746bae1a
children c59c17665162
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>

	<!-- enable HiDPI -->
	<key>NSPrincipalClass</key>
	<string>NSApplication</string>
	<key>NSHighResolutionCapable</key>
	<string>True</string>
</dict>
</plist>