Mercurial > hg > easyhg
view 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 source
<?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>