Mercurial > hg > easyhg
view deploy/osx/Info.plist @ 644:ae67ea0af696
Update copyright dates
author | Chris Cannam |
---|---|
date | Mon, 07 Jan 2013 10:57:08 +0000 |
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>