Mercurial > hg > easyhg
view deploy/osx/Info.plist @ 605:ab92f695f776
Expand environmental parameters and executable name in action when it is received rather than when it's executed. This ensures we can correctly compare actions and fixes #141 "Unexpected error if you double-click on a toolbar button"
author | Chris Cannam |
---|---|
date | Tue, 03 Jul 2012 11:22:10 +0100 |
parents | 0d89746bae1a |
children | acfaae6844de |
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> </dict> </plist>