Bug 1683278 - Support viewing PDF files in the macOS "Open With" context menu. r=mstange

Differential Revision: https://phabricator.services.mozilla.com/D162132
This commit is contained in:
Nick Alexander 2022-11-24 19:22:28 +00:00
parent b3d763f3c3
commit 649e436ec7

View File

@ -46,6 +46,28 @@
<key>CFBundleTypeRole</key>
<string>Viewer</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>pdf</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>document.icns</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/pdf</string>
</array>
<key>CFBundleTypeName</key>
<string>PDF document</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>TEXT</string>
</array>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>