• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/QuickLookPlugin/
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>English</string>
7	<key>CFBundleDocumentTypes</key>
8	<array>
9		<dict>
10			<key>CFBundleTypeRole</key>
11			<string>QLGenerator</string>
12			<key>LSItemContentTypes</key>
13			<array>
14				<string>org.bittorrent.torrent</string>
15				<string>com.bittorrent.torrent</string>
16			</array>
17		</dict>
18	</array>
19	<key>CFBundleExecutable</key>
20	<string>${EXECUTABLE_NAME}</string>
21	<key>CFBundleIconFile</key>
22	<string></string>
23	<key>CFBundleIdentifier</key>
24	<string>org.m0k.transmission.${PRODUCT_NAME:rfc1034identifier}</string>
25	<key>CFBundleInfoDictionaryVersion</key>
26	<string>6.0</string>
27	<key>CFBundleName</key>
28	<string>${PRODUCT_NAME}</string>
29	<key>CFBundleShortVersionString</key>
30	<string>1</string>
31	<key>CFBundleVersion</key>
32	<string>1.0</string>
33	<key>CFPlugInDynamicRegisterFunction</key>
34	<string></string>
35	<key>CFPlugInDynamicRegistration</key>
36	<string>NO</string>
37	<key>CFPlugInFactories</key>
38	<dict>
39		<key>FDF02409-6B04-4738-973D-1AADB4FC34D8</key>
40		<string>QuickLookGeneratorPluginFactory</string>
41	</dict>
42	<key>CFPlugInTypes</key>
43	<dict>
44		<key>5E2D9680-5022-40FA-B806-43349622E5B9</key>
45		<array>
46			<string>FDF02409-6B04-4738-973D-1AADB4FC34D8</string>
47		</array>
48	</dict>
49	<key>CFPlugInUnloadFunction</key>
50	<string></string>
51	<key>NSHumanReadableCopyright</key>
52	<string>Copyright �� 2012 The Transmission Project. All rights reserved.</string>
53	<key>QLNeedsToBeRunInMainThread</key>
54	<false/>
55	<key>QLPreviewHeight</key>
56	<integer>600</integer>
57	<key>QLPreviewWidth</key>
58	<integer>600</integer>
59	<key>QLSupportsConcurrentRequests</key>
60	<true/>
61	<key>QLThumbnailMinimumSize</key>
62	<real>17</real>
63</dict>
64</plist>
65