From d3351bac52ffeb762ef32ec7f022fdda549b8c98 Mon Sep 17 00:00:00 2001 From: Daniel Kamil Kozar Date: Wed, 21 Aug 2024 20:55:22 +0200 Subject: [PATCH] Add LSItemContentTypes and necessary UTExportedTypeDeclarations to Info.plist (#96) Fixes #95. --- .github/macosx/Info.plist | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/.github/macosx/Info.plist b/.github/macosx/Info.plist index a2d32790..ea85379b 100644 --- a/.github/macosx/Info.plist +++ b/.github/macosx/Info.plist @@ -47,6 +47,12 @@ torrent + LSHandlerRank + Alternate + LSItemContentTypes + + org.bittorrent.torrent + CFBundleURLTypes @@ -64,5 +70,35 @@ + UTExportedTypeDeclarations + + + UTTypeConformsTo + + public.data + public.item + com.bittorrent.torrent + + UTTypeDescription + BitTorrent Document + UTTypeIconFile + transgui.icns + UTTypeIdentifier + org.bittorrent.torrent + UTTypeReferenceURL + http://www.bittorrent.org/beps/bep_0000.html + UTTypeTagSpecification + + com.apple.ostype + TORR + public.filename-extension + + torrent + + public.mime-type + application/x-bittorrent + + +