Mercurial > hg > easyhg
annotate deploy/osx/Info.plist @ 716:6fb20633da00
Defeat cacheing; switch to 16.04 for deb build (no point in trying to support 14.04 as it doesn't have the python-pyqt5 package that is one of our dependencies)
author | Chris Cannam |
---|---|
date | Wed, 12 Dec 2018 14:10:55 +0000 |
parents | acfaae6844de |
children | c59c17665162 |
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@232 | 5 <key>CFBundlePackageType</key> |
Chris@232 | 6 <string>APPL</string> |
Chris@232 | 7 <key>CFBundleName</key> |
Chris@232 | 8 <string>EasyMercurial</string> |
Chris@232 | 9 <key>CFBundleExecutable</key> |
Chris@232 | 10 <string>EasyMercurial</string> |
Chris@224 | 11 <key>CFBundleIconFile</key> |
Chris@534 | 12 <string>easyhg-icon.icns</string> |
Chris@232 | 13 <key>CFBundleIdentifier</key> |
Chris@232 | 14 <string>org.easymercurial.EasyMercurial</string> |
Chris@232 | 15 <key>CFBundleShortVersionString</key> |
Chris@232 | 16 <string>EASYHG_VERSION</string> |
Chris@669 | 17 |
Chris@669 | 18 <!-- enable HiDPI --> |
Chris@669 | 19 <key>NSPrincipalClass</key> |
Chris@669 | 20 <string>NSApplication</string> |
Chris@669 | 21 <key>NSHighResolutionCapable</key> |
Chris@669 | 22 <string>True</string> |
Chris@224 | 23 </dict> |
Chris@224 | 24 </plist> |