Mercurial > hg > easyhg
annotate 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 |
rev | line source |
---|---|
Chris@224 | 1 <?xml version="1.0" encoding="UTF-8"?> |
Chris@224 | 2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> |
Chris@224 | 3 <plist version="0.9"> |
Chris@224 | 4 <dict> |
Chris@224 | 5 <key>CFBundleIconFile</key> |
Chris@224 | 6 <string>easyhg-icon.icns</string> |
Chris@224 | 7 <key>CFBundlePackageType</key> |
Chris@224 | 8 <string>APPL</string> |
Chris@224 | 9 <key>CFBundleGetInfoString</key> |
Chris@224 | 10 <string>Created by Qt/QMake</string> |
Chris@224 | 11 <key>CFBundleSignature</key> |
Chris@224 | 12 <string>????</string> |
Chris@224 | 13 <key>CFBundleExecutable</key> |
Chris@224 | 14 <string>EasyMercurial</string> |
Chris@224 | 15 <key>CFBundleIdentifier</key> |
Chris@224 | 16 <string>com.yourcompany.EasyMercurial</string> |
Chris@224 | 17 <key>NOTE</key> |
Chris@224 | 18 <string>This file was generated by Qt/QMake.</string> |
Chris@224 | 19 </dict> |
Chris@224 | 20 </plist> |