From f039cec4cafc3bf98440954de55ae757f966723e Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 24 Jun 2012 11:39:24 +0300 Subject: [PATCH] Update Mac plist file so that qBittorrent is properly detected as a torrent app --- src/Info.plist | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/Info.plist b/src/Info.plist index 3ca45246d..9f98463e4 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -54,6 +54,36 @@ qbittorrent CFBundleIdentifier org.qbittorrent + UTExportedTypeDeclarations + + + UTTypeConformsTo + + public.data + public.item + com.bittorrent.torrent + + UTTypeDescription + BitTorrent Document + UTTypeIconFile + qBitTorrentDocument + 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 + + + NOTE This file was generated by Qt/QMake.