mirror of
https://github.com/transmission/transmission.git
synced 2026-04-17 23:54:19 +01:00
* chore(mac): fix copyright year * chore(mac): use em dash in copyright notice * fix(ci): check for emdash in copyright notice * fix(ci): process QuickLookExtension plist files
51 lines
1.5 KiB
XML
51 lines
1.5 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">
|
||
<plist version="1.0">
|
||
<dict>
|
||
<key>CFBundleDevelopmentRegion</key>
|
||
<string>en</string>
|
||
<key>CFBundleDisplayName</key>
|
||
<string>QuickLookExtension</string>
|
||
<key>CFBundleExecutable</key>
|
||
<string>QuickLookExtension</string>
|
||
<key>CFBundleIdentifier</key>
|
||
<string>org.m0k.transmission.QuickLookExtension</string>
|
||
<key>CFBundleInfoDictionaryVersion</key>
|
||
<string>6.0</string>
|
||
<key>CFBundleName</key>
|
||
<string>QuickLookExtension</string>
|
||
<key>CFBundlePackageType</key>
|
||
<string>XPC!</string>
|
||
<key>CFBundleShortVersionString</key>
|
||
<string>1.0</string>
|
||
<key>CFBundleSupportedPlatforms</key>
|
||
<array>
|
||
<string>MacOSX</string>
|
||
</array>
|
||
<key>CFBundleVersion</key>
|
||
<string>1</string>
|
||
<key>LSMinimumSystemVersion</key>
|
||
<string>12.0</string>
|
||
<key>NSExtension</key>
|
||
<dict>
|
||
<key>NSExtensionAttributes</key>
|
||
<dict>
|
||
<key>QLIsDataBasedPreview</key>
|
||
<true/>
|
||
<key>QLSupportedContentTypes</key>
|
||
<array>
|
||
<string>org.bittorrent.torrent</string>
|
||
</array>
|
||
<key>QLSupportsSearchableItems</key>
|
||
<false/>
|
||
</dict>
|
||
<key>NSExtensionPointIdentifier</key>
|
||
<string>com.apple.quicklook.preview</string>
|
||
<key>NSExtensionPrincipalClass</key>
|
||
<string>PreviewProvider</string>
|
||
</dict>
|
||
<key>NSHumanReadableCopyright</key>
|
||
<string>Copyright © 2024–2026 The Transmission Project. All rights reserved.</string>
|
||
</dict>
|
||
</plist>
|