Mercurial > hg > easyhg
diff deploy/osx/Info.plist @ 224:1b2ee42fa004
* Add bundle plist file
author | Chris Cannam |
---|---|
date | Thu, 06 Jan 2011 14:17:35 +0000 |
parents | |
children | 41ae9544a255 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/deploy/osx/Info.plist Thu Jan 06 14:17:35 2011 +0000 @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> +<plist version="0.9"> +<dict> + <key>CFBundleIconFile</key> + <string>easyhg-icon.icns</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleGetInfoString</key> + <string>Created by Qt/QMake</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleExecutable</key> + <string>EasyMercurial</string> + <key>CFBundleIdentifier</key> + <string>com.yourcompany.EasyMercurial</string> + <key>NOTE</key> + <string>This file was generated by Qt/QMake.</string> +</dict> +</plist>