1
0
mirror of https://gitlab.com/openlp/packaging.git synced 2024-12-22 21:12:50 +00:00

Add Retina support for mac

This commit is contained in:
Jonathan Springer 2014-05-26 10:41:32 -04:00
parent 922bb1ce04
commit 7dab89c343

View File

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>CFBundleDocumentTypes</key> <key>CFBundleDocumentTypes</key>
<array> <array>
<dict> <dict>
@ -46,7 +45,6 @@
</array> </array>
</dict> </dict>
</array> </array>
<key>UTExportedTypeDeclarations</key> <key>UTExportedTypeDeclarations</key>
<array> <array>
<dict> <dict>
@ -94,32 +92,33 @@
</dict> </dict>
</dict> </dict>
</array> </array>
<key>CFBundleIdentifier</key>
<key>CFBundleIdentifier</key> <string>org.openlp</string>
<string>org.openlp</string> <key>CFBundleShortVersionString</key>
<key>CFBundleShortVersionString</key> <string>%(openlp_version)s</string>
<string>%(openlp_version)s</string> <key>CFBundleVersion</key>
<key>CFBundleVersion</key> <string>%(openlp_version)s</string>
<string>%(openlp_version)s</string> <key>CFBundleInfoDictionaryVersion</key>
<key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
<string>6.0</string> <key>CFBundleDisplayName</key>
<key>CFBundleDisplayName</key> <string>OpenLP</string>
<string>OpenLP</string> <key>CFBundleIconFile</key>
<key>CFBundleIconFile</key> <string>OpenLP.icns</string>
<string>OpenLP.icns</string> <key>CFBundleExecutable</key>
<key>CFBundleExecutable</key> <string>MacOS/OpenLP</string>
<string>MacOS/OpenLP</string> <key>CFBundleName</key>
<key>CFBundleName</key> <string>OpenLP</string>
<string>OpenLP</string> <key>CFBundleGetInfoString</key>
<key>CFBundleGetInfoString</key> <string>OpenLP %(openlp_version)s</string>
<string>OpenLP %(openlp_version)s</string> <key>LSHasLocalizedDisplayName</key>
<key>LSHasLocalizedDisplayName</key> <false/>
<false/> <key>NSAppleScriptEnabled</key>
<key>NSAppleScriptEnabled</key> <false/>
<false/> <key>CFBundlePackageType</key>
<key>CFBundlePackageType</key> <string>APPL</string>
<string>APPL</string> <key>LSBackgroundOnly</key>
<key>LSBackgroundOnly</key> <true/>
<false/> <key>NSHighResolutionCapable</key>
<true/>
</dict> </dict>
</plist> </plist>