From 842611754debec7d1814e44e6a2cf302e84c0d66 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Wed, 22 May 2024 17:35:01 -0700 Subject: Support for drag and drop of old Hotline Bookmark files onto the Servers window. --- Hotline/Info.plist | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'Hotline/Info.plist') diff --git a/Hotline/Info.plist b/Hotline/Info.plist index 8b58335..ac7a2c9 100644 --- a/Hotline/Info.plist +++ b/Hotline/Info.plist @@ -2,6 +2,19 @@ + CFBundleDocumentTypes + + + CFBundleTypeName + Hotline Bookmark + LSHandlerRank + Alternate + LSItemContentTypes + + 'HTbm' + + + CFBundleURLTypes @@ -25,5 +38,27 @@ + UTImportedTypeDeclarations + + + UTTypeConformsTo + + UTTypeDescription + Hotline Bookmark + UTTypeIconFiles + + UTTypeIdentifier + 'HTbm' + UTTypeTagSpecification + + public.filename-extension + + .htbm + + public.mime-type + + + + -- cgit