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 Apple Computer, Inc.</string> | |
11 <key>CFBundleIdentifier</key> | |
12 <string>com.apple.testnetscapeplugin</string> | |
13 <key>CFBundleInfoDictionaryVersion</key> | |
14 <string>6.0</string> | |
15 <key>CFBundleExecutable</key> | |
16 <string>${EXECUTABLE_NAME}</string> | |
17 <key>CFBundleName</key> | |
18 <string>${PRODUCT_NAME}</string> | |
19 <key>CFBundlePackageType</key> | |
20 <string>BRPL</string> | |
21 <key>CFBundleShortVersionString</key> | |
22 <string>1.0</string> | |
23 <key>CFBundleSignature</key> | |
24 <string>????</string> | |
25 <key>CFBundleVersion</key> | |
26 <string>1.0</string> | |
27 <key>CFPlugInDynamicRegisterFunction</key> | |
28 <string></string> | |
29 <key>CFPlugInDynamicRegistration</key> | |
30 <string>NO</string> | |
31 <key>WebPluginDescription</key> | |
32 <string>Simple Netscape plug-in that handles test content for WebKit</st
ring> | |
33 <key>WebPluginMIMETypes</key> | |
34 <dict> | |
35 <key>application/x-webkit-test-netscape</key> | |
36 <dict> | |
37 <key>WebPluginExtensions</key> | |
38 <array> | |
39 <string>testnetscape</string> | |
40 </array> | |
41 <key>WebPluginTypeDescription</key> | |
42 <string>test netscape content</string> | |
43 </dict> | |
44 </dict> | |
45 <key>WebPluginName</key> | |
46 <string>WebKit Test PlugIn</string> | |
47 </dict> | |
48 </plist> | |
OLD | NEW |