87325ff957
Since we provide our own Info.plist file we need to enable HiDPI support here.
24 lines
739 B
Text
24 lines
739 B
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleExecutable</key>
|
|
<string>RockboxUtility</string>
|
|
<key>CFBundleName</key>
|
|
<string>Rockbox Utility</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.4.1 ($Rev$)</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>rbutilqt.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.rockbox.rbutil</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
<key>NSHighResolutionCapable</key>
|
|
<string>True</string>
|
|
</dict>
|
|
</plist>
|