Actually share files with Drag'n'Drop to shortcut on macOS

The code supported this since 4.8.3 (6aef6d7f4e) for Linux but wasn't actually allowed on macOS via plist.
This commit is contained in:
Ilya Fedin
2025-10-15 20:13:24 +00:00
committed by John Preston
parent f8bd80109c
commit 6e8ac60399

View File

@@ -42,6 +42,19 @@
</array>
</dict>
</array>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Viewer</string>
<key>LSHandlerRank</key>
<string>Alternate</string>
<key>LSItemContentTypes</key>
<array>
<string>public.data</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>@desktop_app_version_string@</string>
<key>ITSAppUsesNonExemptEncryption</key>