| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 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"> | 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList-1.0.dtd"> |
| 3 <plist version="1.0"> | 3 <plist version="1.0"> |
| 4 <dict> | 4 <dict> |
| 5 <key>CFBundleDevelopmentRegion</key> | 5 <key>CFBundleDevelopmentRegion</key> |
| 6 <string>English</string> | 6 <string>English</string> |
| 7 <key>CFBundleExecutable</key> | 7 <key>CFBundleExecutable</key> |
| 8 <string>test_netscape_plugin</string> | 8 <string>test_netscape_plugin</string> |
| 9 <key>CFBundleGetInfoString</key> | 9 <key>CFBundleGetInfoString</key> |
| 10 <string>420+, Copyright 2006-2009 Apple Inc.</string> | 10 <string>420+, Copyright 2006-2009 Apple Inc.</string> |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 <array> | 37 <array> |
| 38 <string>00000000-0000-0000-0000-000000000000</string> | 38 <string>00000000-0000-0000-0000-000000000000</string> |
| 39 </array> | 39 </array> |
| 40 </dict> | 40 </dict> |
| 41 <key>CFPlugInUnloadFunction</key> | 41 <key>CFPlugInUnloadFunction</key> |
| 42 <string></string> | 42 <string></string> |
| 43 <key>WebPluginDescription</key> | 43 <key>WebPluginDescription</key> |
| 44 <string>Simple Netscape plug-in that handles test content for WebKit</st
ring> | 44 <string>Simple Netscape plug-in that handles test content for WebKit</st
ring> |
| 45 <key>WebPluginMIMETypes</key> | 45 <key>WebPluginMIMETypes</key> |
| 46 <dict> | 46 <dict> |
| 47 <key>image/png</key> | |
| 48 <dict> | |
| 49 <key>WebPluginExtensions</key> | |
| 50 <array> | |
| 51 <string>png</string> | |
| 52 </array> | |
| 53 <key>WebPluginTypeDescription</key> | |
| 54 <string>PNG image</string> | |
| 55 </dict> | |
| 56 <key>application/x-webkit-test-netscape</key> | 47 <key>application/x-webkit-test-netscape</key> |
| 57 <dict> | 48 <dict> |
| 58 <key>WebPluginExtensions</key> | 49 <key>WebPluginExtensions</key> |
| 59 <array> | 50 <array> |
| 60 <string>testnetscape</string> | 51 <string>testnetscape</string> |
| 61 </array> | 52 </array> |
| 62 <key>WebPluginTypeDescription</key> | 53 <key>WebPluginTypeDescription</key> |
| 63 <string>test netscape content</string> | 54 <string>test netscape content</string> |
| 64 </dict> | 55 </dict> |
| 65 </dict> | 56 </dict> |
| 66 <key>WebPluginName</key> | 57 <key>WebPluginName</key> |
| 67 <string>WebKit Test PlugIn</string> | 58 <string>WebKit Test PlugIn</string> |
| 68 </dict> | 59 </dict> |
| 69 </plist> | 60 </plist> |
| OLD | NEW |