comparison deploy/osx/Info.plist @ 724:c59c17665162

Further macOS deployment fixes
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 14 Dec 2018 17:28:31 +0000
parents acfaae6844de
children
comparison
equal deleted inserted replaced
723:c39a04fed8b2 724:c59c17665162
9 <key>CFBundleExecutable</key> 9 <key>CFBundleExecutable</key>
10 <string>EasyMercurial</string> 10 <string>EasyMercurial</string>
11 <key>CFBundleIconFile</key> 11 <key>CFBundleIconFile</key>
12 <string>easyhg-icon.icns</string> 12 <string>easyhg-icon.icns</string>
13 <key>CFBundleIdentifier</key> 13 <key>CFBundleIdentifier</key>
14 <string>org.easymercurial.EasyMercurial</string> 14 <string>org.easyhg.EasyMercurial</string>
15 <key>CFBundleShortVersionString</key> 15 <key>CFBundleShortVersionString</key>
16 <string>EASYHG_VERSION</string> 16 <string>EASYHG_VERSION</string>
17
18 <!-- enable HiDPI -->
19 <key>NSPrincipalClass</key> 17 <key>NSPrincipalClass</key>
20 <string>NSApplication</string> 18 <string>NSApplication</string>
21 <key>NSHighResolutionCapable</key> 19 <key>NSHighResolutionCapable</key>
22 <string>True</string> 20 <string>True</string>
23 </dict> 21 </dict>