Bump to 4.1.2
[qBittorrent.git] / dist / mac / Info.plist
blob83548041000efaae8ceb9c8d5672306c504a843c
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>CFBundleDocumentTypes</key>
6 <array>
7 <dict>
8 <key>CFBundleTypeExtensions</key>
9 <array>
10 <string>torrent</string>
11 </array>
12 <key>CFBundleTypeIconFile</key>
13 <string>qBitTorrentDocument</string>
14 <key>CFBundleTypeName</key>
15 <string>BitTorrent Document</string>
16 <key>CFBundleTypeRole</key>
17 <string>Viewer</string>
18 <key>LSHandlerRank</key>
19 <string>Owner</string>
20 <key>LSItemContentTypes</key>
21 <array>
22 <string>org.bittorrent.torrent</string>
23 </array>
24 <key>LSIsAppleDefaultForType</key>
25 <true/>
26 </dict>
27 </array>
28 <key>CFBundleURLTypes</key>
29 <array>
30 <dict>
31 <key>CFBundleURLSchemes</key>
32 <array>
33 <string>magnet</string>
34 </array>
35 <key>CFBundleURLName</key>
36 <string>BitTorrent Magnet URL</string>
37 </dict>
38 </array>
39 <key>CFBundleName</key>
40 <string>@EXECUTABLE@</string>
41 <key>CFBundleIconFile</key>
42 <string>qbittorrent_mac.icns</string>
43 <key>CFBundleInfoDictionaryVersion</key>
44 <string>6.0</string>
45 <key>CFBundlePackageType</key>
46 <string>APPL</string>
47 <key>CFBundleShortVersionString</key>
48 <string>4.1.2</string>
49 <key>CFBundleSignature</key>
50 <string>qBit</string>
51 <key>CFBundleExecutable</key>
52 <string>@EXECUTABLE@</string>
53 <key>CFBundleIdentifier</key>
54 <string>org.qbittorrent</string>
55 <key>NSPrincipalClass</key>
56 <string>NSApplication</string>
57 <key>NSHighResolutionCapable</key>
58 <string>True</string>
59 <key>NSAppleScriptEnabled</key>
60 <string>YES</string>
61 <key>NSHumanReadableCopyright</key>
62 <string>Copyright © 2006-2018 The qBittorrent project</string>
63 <key>UTExportedTypeDeclarations</key>
64 <array>
65 <dict>
66 <key>UTTypeConformsTo</key>
67 <array>
68 <string>public.data</string>
69 <string>public.item</string>
70 <string>com.bittorrent.torrent</string>
71 </array>
72 <key>UTTypeDescription</key>
73 <string>BitTorrent Document</string>
74 <key>UTTypeIconFile</key>
75 <string>qBitTorrentDocument</string>
76 <key>UTTypeIdentifier</key>
77 <string>org.bittorrent.torrent</string>
78 <key>UTTypeReferenceURL</key>
79 <string>http://www.bittorrent.org/beps/bep_0000.html</string>
80 <key>UTTypeTagSpecification</key>
81 <dict>
82 <key>com.apple.ostype</key>
83 <string>TORR</string>
84 <key>public.filename-extension</key>
85 <array>
86 <string>torrent</string>
87 </array>
88 <key>public.mime-type</key>
89 <string>application/x-bittorrent</string>
90 </dict>
91 </dict>
92 </array>
93 </dict>
94 </plist>