From 2e2851dc13d73352530dd4495c7e05603b2e520d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 23:38:38 +0200 Subject: Adding upstream version 2.1.2~dev0+20240219. Signed-off-by: Daniel Baumann --- packaging/osx/Info.plist.in | 59 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 packaging/osx/Info.plist.in (limited to 'packaging/osx/Info.plist.in') diff --git a/packaging/osx/Info.plist.in b/packaging/osx/Info.plist.in new file mode 100644 index 0000000..7021497 --- /dev/null +++ b/packaging/osx/Info.plist.in @@ -0,0 +1,59 @@ + + + + + CFBundleIdentifier + org.deluge + CFBundleName + Deluge + CFBundleIconFile + deluge.icns + CFBundleExecutable + Deluge + CFBundleShortVersionString + %VERSION% + CFBundleVersion + %VERSION% + CFBundleGetInfoString + %VERSION% (c) 2008-%YEAR% Deluge Team http://deluge-torrent.org/ + NSHumanReadableCopyright + Copyright 2008-%YEAR% Deluge Team + CFBundleDevelopmentRegion + English + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + APPL + CFBundleSignature + DL## + LSMinimumSystemVersion + 10.6 + LSUIElement + 0 + NSHighResolutionCapable + + CFBundleDisplayName + Deluge + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + torrent + + CFBundleTypeIconFile + torrent + CFBundleTypeName + BitTorrent Document + CFBundleTypeRole + Viewer + LSHandlerRank + Owner + LSItemContentTypes + + org.bittorrent.torrent + + + + + -- cgit v1.2.3