From 2a5dd7f5ec96bc856fcaafe4ec4139e13fc11bfe Mon Sep 17 00:00:00 2001 From: Nick Korotysh Date: Fri, 28 Dec 2018 22:49:32 +0300 Subject: [PATCH] Cleanup Info.plist Added few required/recommended and removed obsolete/deprecated keys according to Apple developers documentation. Changed CFBundleIdentifier according to reverse DNS convention. Updated copyright year. --- dist/mac/Info.plist | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist index 7929668e9..019662a5f 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -2,6 +2,10 @@ + CFBundleDevelopmentRegion + en + CFBundleDisplayName + qBittorrent CFBundleDocumentTypes @@ -21,6 +25,10 @@ org.bittorrent.torrent + NSExportableTypes + + org.bittorrent.torrent + LSIsAppleDefaultForType @@ -28,6 +36,8 @@ CFBundleURLTypes + CFBundleTypeRole + Viewer CFBundleURLSchemes magnet @@ -46,20 +56,18 @@ APPL CFBundleShortVersionString 4.2.0 - CFBundleSignature - qBit CFBundleExecutable @EXECUTABLE@ CFBundleIdentifier - org.qbittorrent + org.qbittorrent.qBittorrent + LSMinimumSystemVersion + ${MACOSX_DEPLOYMENT_TARGET}.0 NSPrincipalClass NSApplication - NSHighResolutionCapable - True NSAppleScriptEnabled YES NSHumanReadableCopyright - Copyright © 2006-2018 The qBittorrent project + Copyright © 2006-2019 The qBittorrent project UTExportedTypeDeclarations