1
0
Fork 0
libreoffice/extensions/source/macosx/quicklookthumbnail/appex/Info.plist.in
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00

77 lines
3.3 KiB
XML

<?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">
<!--
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>@PRODUCTNAME@ Quick Look Thumbnail</string>
<key>CFBundleExecutable</key>
<string>QuickLookThumbnail</string>
<key>CFBundleIdentifier</key>
<string>@MACOSX_BUNDLE_IDENTIFIER@.quicklookthumbnail</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>@PRODUCTNAME_WITHOUT_SPACES@QuickLookThumbnail</string>
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>@MACOSX_BUNDLE_SHORTVERSION@</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>@MACOSX_BUNDLE_VERSION@</string>
<key>LSMinimumSystemVersion</key>
<string>@MACOSX_DEPLOYMENT_TARGET@.0</string>
<key>DTXcodeBuild</key>
<string>@MACOSX_XCODE_BUILD_VERSION@</string>
<key>DTSDKBuild</key>
<string>@MACOSX_SDK_BUILD_VERSION@</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
<dict>
<key>QLSupportedContentTypes</key>
<array>
<string>org.openoffice.text</string>
<string>org.oasis-open.opendocument.text</string>
<string>org.openoffice.spreadsheet</string>
<string>org.oasis-open.opendocument.spreadsheet</string>
<string>org.openoffice.presentation</string>
<string>org.oasis-open.opendocument.presentation</string>
<string>org.openoffice.graphics</string>
<string>org.oasis-open.opendocument.graphics</string>
<string>org.openoffice.text-master</string>
<string>org.oasis-open.opendocument.text-master</string>
<string>org.openoffice.formula</string>
<string>org.oasis-open.opendocument.formula</string>
<string>org.openoffice.text-template</string>
<string>org.oasis-open.opendocument.text-template</string>
<string>org.openoffice.spreadsheet-template</string>
<string>org.oasis-open.opendocument.spreadsheet-template</string>
<string>org.openoffice.presentation-template</string>
<string>org.oasis-open.opendocument.presentation-template</string>
<string>org.openoffice.graphics-template</string>
<string>org.oasis-open.opendocument.graphics-template</string>
<string>org.oasis-open.opendocument.database</string>
</array>
<key>QLThumbnailMinimumDimension</key>
<integer>0</integer>
</dict>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.quicklook.thumbnail</string>
<key>NSExtensionPrincipalClass</key>
<string>ThumbnailProvider</string>
</dict>
</dict>
</plist>