Bump to v5.0.0beta1
[qBittorrent.git] / dist / mac / Info.plist
blob50f6ccbd4fff0b67076c75b4cb9f3670764704d9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>en</string>
7 <key>CFBundleDisplayName</key>
8 <string>qBittorrent</string>
9 <key>CFBundleDocumentTypes</key>
10 <array>
11 <dict>
12 <key>CFBundleTypeExtensions</key>
13 <array>
14 <string>torrent</string>
15 </array>
16 <key>CFBundleTypeIconFile</key>
17 <string>qBitTorrentDocument</string>
18 <key>CFBundleTypeName</key>
19 <string>BitTorrent Document</string>
20 <key>CFBundleTypeRole</key>
21 <string>Viewer</string>
22 <key>LSHandlerRank</key>
23 <string>Owner</string>
24 <key>LSItemContentTypes</key>
25 <array>
26 <string>org.bittorrent.torrent</string>
27 </array>
28 <key>NSExportableTypes</key>
29 <array>
30 <string>org.bittorrent.torrent</string>
31 </array>
32 <key>LSIsAppleDefaultForType</key>
33 <true/>
34 </dict>
35 </array>
36 <key>CFBundleURLTypes</key>
37 <array>
38 <dict>
39 <key>CFBundleTypeRole</key>
40 <string>Viewer</string>
41 <key>CFBundleURLSchemes</key>
42 <array>
43 <string>magnet</string>
44 </array>
45 <key>CFBundleURLName</key>
46 <string>BitTorrent Magnet URL</string>
47 </dict>
48 </array>
49 <key>CFBundleName</key>
50 <string>qBittorrent</string>
51 <key>CFBundleIconFile</key>
52 <string>qbittorrent_mac.icns</string>
53 <key>CFBundleInfoDictionaryVersion</key>
54 <string>6.0</string>
55 <key>CFBundlePackageType</key>
56 <string>APPL</string>
57 <key>CFBundleShortVersionString</key>
58 <string>5.0.0</string>
59 <key>CFBundleExecutable</key>
60 <string>${EXECUTABLE_NAME}</string>
61 <key>CFBundleIdentifier</key>
62 <string>org.qbittorrent.qBittorrent</string>
63 <key>LSMinimumSystemVersion</key>
64 <string>${MACOSX_DEPLOYMENT_TARGET}.0</string>
65 <key>NSPrincipalClass</key>
66 <string>NSApplication</string>
67 <key>NSAppleScriptEnabled</key>
68 <string>YES</string>
69 <key>NSHumanReadableCopyright</key>
70 <string>Copyright © 2006-2024 The qBittorrent project</string>
71 <key>UTExportedTypeDeclarations</key>
72 <array>
73 <dict>
74 <key>UTTypeConformsTo</key>
75 <array>
76 <string>public.data</string>
77 <string>public.item</string>
78 <string>com.bittorrent.torrent</string>
79 </array>
80 <key>UTTypeDescription</key>
81 <string>BitTorrent Document</string>
82 <key>UTTypeIconFile</key>
83 <string>qBitTorrentDocument</string>
84 <key>UTTypeIdentifier</key>
85 <string>org.bittorrent.torrent</string>
86 <key>UTTypeReferenceURL</key>
87 <string>https://www.bittorrent.org/beps/bep_0000.html</string>
88 <key>UTTypeTagSpecification</key>
89 <dict>
90 <key>com.apple.ostype</key>
91 <array>
92 <string>TORR</string>
93 </array>
94 <key>public.filename-extension</key>
95 <array>
96 <string>torrent</string>
97 </array>
98 <key>public.mime-type</key>
99 <array>
100 <string>application/x-bittorrent</string>
101 </array>
102 </dict>
103 </dict>
104 </array>
105 </dict>
106 </plist>