Add Retina support for mac

This commit is contained in:
Jonathan Springer 2014-05-26 10:41:32 -04:00
parent 922bb1ce04
commit 7dab89c343
1 changed files with 119 additions and 120 deletions

View File

@ -1,125 +1,124 @@
<?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> <key>CFBundleTypeExtension</key>
<key>CFBundleTypeExtension</key> <array>
<array> <string>osz</string>
<string>osz</string> </array>
</array> <key>CFBundleTypeIconFiles</key>
<key>CFBundleTypeIconFiles</key> <array>
<array> <string>OpenLP.icns</string>
<string>OpenLP.icns</string> </array>
</array> <key>CFBundleTypeName</key>
<key>CFBundleTypeName</key> <string>OpenLP Service</string>
<string>OpenLP Service</string> <key>CFBundleTypeRole</key>
<key>CFBundleTypeRole</key> <string>Viewer</string>
<string>Viewer</string> <key>LSHandlerRank</key>
<key>LSHandlerRank</key> <string>Owner</string>
<string>Owner</string> <key>LSItemContentTypes</key>
<key>LSItemContentTypes</key> <array>
<array> <string>org.openlp.osz</string>
<string>org.openlp.osz</string> </array>
</array> </dict>
</dict> <dict>
<dict> <key>CFBundleTypeExtension</key>
<key>CFBundleTypeExtension</key> <array>
<array> <string>otz</string>
<string>otz</string> </array>
</array> <key>CFBundleTypeIconFiles</key>
<key>CFBundleTypeIconFiles</key> <array>
<array> <string>OpenLP.icns</string>
<string>OpenLP.icns</string> </array>
</array> <key>CFBundleTypeName</key>
<key>CFBundleTypeName</key> <string>OpenLP Theme</string>
<string>OpenLP Theme</string> <key>CFBundleTypeRole</key>
<key>CFBundleTypeRole</key> <string>Viewer</string>
<string>Viewer</string> <key>LSHandlerRank</key>
<key>LSHandlerRank</key> <string>Owner</string>
<string>Owner</string> <key>LSItemContentTypes</key>
<key>LSItemContentTypes</key> <array>
<array> <string>org.openlp.otz</string>
<string>org.openlp.otz</string> </array>
</array> </dict>
</dict> </array>
</array> <key>UTExportedTypeDeclarations</key>
<array>
<key>UTExportedTypeDeclarations</key> <dict>
<array> <key>UTTypeIdentifier</key>
<dict> <string>org.openlp.osz</string>
<key>UTTypeIdentifier</key> <key>UTTypeDescription</key>
<string>org.openlp.osz</string> <string>OpenLP Service</string>
<key>UTTypeDescription</key> <key>UTTypeConformsTo</key>
<string>OpenLP Service</string> <array>
<key>UTTypeConformsTo</key> <string>public.data</string>
<array> <string>public.content</string>
<string>public.data</string> </array>
<string>public.content</string> <key>UTTypeTagSpecification</key>
</array> <dict>
<key>UTTypeTagSpecification</key> <key>public.filename-extension</key>
<dict> <array>
<key>public.filename-extension</key> <string>osz</string>
<array> </array>
<string>osz</string> <key>public.mime-type</key>
</array> <array>
<key>public.mime-type</key> <string>application/x-openlp-service</string>
<array> </array>
<string>application/x-openlp-service</string> </dict>
</array> </dict>
</dict> <dict>
</dict> <key>UTTypeIdentifier</key>
<dict> <string>org.openlp.otz</string>
<key>UTTypeIdentifier</key> <key>UTTypeDescription</key>
<string>org.openlp.otz</string> <string>OpenLP Theme</string>
<key>UTTypeDescription</key> <key>UTTypeConformsTo</key>
<string>OpenLP Theme</string> <array>
<key>UTTypeConformsTo</key> <string>public.data</string>
<array> <string>public.content</string>
<string>public.data</string> </array>
<string>public.content</string> <key>UTTypeTagSpecification</key>
</array> <dict>
<key>UTTypeTagSpecification</key> <key>public.filename-extension</key>
<dict> <array>
<key>public.filename-extension</key> <string>otz</string>
<array> </array>
<string>otz</string> <key>public.mime-type</key>
</array> <array>
<key>public.mime-type</key> <string>application/x-openlp-theme</string>
<array> </array>
<string>application/x-openlp-theme</string> </dict>
</array> </dict>
</dict> </array>
</dict> <key>CFBundleIdentifier</key>
</array> <string>org.openlp</string>
<key>CFBundleShortVersionString</key>
<key>CFBundleIdentifier</key> <string>%(openlp_version)s</string>
<string>org.openlp</string> <key>CFBundleVersion</key>
<key>CFBundleShortVersionString</key> <string>%(openlp_version)s</string>
<string>%(openlp_version)s</string> <key>CFBundleInfoDictionaryVersion</key>
<key>CFBundleVersion</key> <string>6.0</string>
<string>%(openlp_version)s</string> <key>CFBundleDisplayName</key>
<key>CFBundleInfoDictionaryVersion</key> <string>OpenLP</string>
<string>6.0</string> <key>CFBundleIconFile</key>
<key>CFBundleDisplayName</key> <string>OpenLP.icns</string>
<string>OpenLP</string> <key>CFBundleExecutable</key>
<key>CFBundleIconFile</key> <string>MacOS/OpenLP</string>
<string>OpenLP.icns</string> <key>CFBundleName</key>
<key>CFBundleExecutable</key> <string>OpenLP</string>
<string>MacOS/OpenLP</string> <key>CFBundleGetInfoString</key>
<key>CFBundleName</key> <string>OpenLP %(openlp_version)s</string>
<string>OpenLP</string> <key>LSHasLocalizedDisplayName</key>
<key>CFBundleGetInfoString</key> <false/>
<string>OpenLP %(openlp_version)s</string> <key>NSAppleScriptEnabled</key>
<key>LSHasLocalizedDisplayName</key> <false/>
<false/> <key>CFBundlePackageType</key>
<key>NSAppleScriptEnabled</key> <string>APPL</string>
<false/> <key>LSBackgroundOnly</key>
<key>CFBundlePackageType</key> <true/>
<string>APPL</string> <key>NSHighResolutionCapable</key>
<key>LSBackgroundOnly</key> <true/>
<false/>
</dict> </dict>
</plist> </plist>