OLD | NEW |
| (Empty) |
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>CFBundleExecutable</key> | |
8 <string>TestNetscapePlugIn</string> | |
9 <key>CFBundleGetInfoString</key> | |
10 <string>420+, Copyright 2006-2009 Apple Inc.</string> | |
11 <key>CFBundleIconFile</key> | |
12 <string></string> | |
13 <key>CFBundleIdentifier</key> | |
14 <string>com.apple.testnetscapeplugin</string> | |
15 <key>CFBundleInfoDictionaryVersion</key> | |
16 <string>6.0</string> | |
17 <key>CFBundlePackageType</key> | |
18 <string>BRPL</string> | |
19 <key>CFBundleShortVersionString</key> | |
20 <string>1.0</string> | |
21 <key>CFBundleSignature</key> | |
22 <string>????</string> | |
23 <key>CFBundleVersion</key> | |
24 <string>1.0</string> | |
25 <key>CFPlugInDynamicRegisterFunction</key> | |
26 <string></string> | |
27 <key>CFPlugInDynamicRegistration</key> | |
28 <string>NO</string> | |
29 <key>CFPlugInFactories</key> | |
30 <dict> | |
31 <key>00000000-0000-0000-0000-000000000000</key> | |
32 <string>MyFactoryFunction</string> | |
33 </dict> | |
34 <key>CFPlugInTypes</key> | |
35 <dict> | |
36 <key>00000000-0000-0000-0000-000000000000</key> | |
37 <array> | |
38 <string>00000000-0000-0000-0000-000000000000</string> | |
39 </array> | |
40 </dict> | |
41 <key>CFPlugInUnloadFunction</key> | |
42 <string></string> | |
43 <key>WebPluginDescription</key> | |
44 <string>Simple Netscape plug-in that handles test content for WebKit</st
ring> | |
45 <key>WebPluginMIMETypes</key> | |
46 <dict> | |
47 <key>application/x-extension-test</key> | |
48 <dict> | |
49 <key>WebPluginExtensions</key> | |
50 <array> | |
51 <string>testnetscape</string> | |
52 </array> | |
53 <key>WebPluginTypeDescription</key> | |
54 <string>test netscape content</string> | |
55 </dict> | |
56 </dict> | |
57 <key>WebPluginName</key> | |
58 <string>WebKit Test PlugIn</string> | |
59 </dict> | |
60 </plist> | |
OLD | NEW |