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>TestNetscapePlugIn</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> |
11 <key>CFBundleIconFile</key> | 11 <key>CFBundleIconFile</key> |
12 <string></string> | 12 <string></string> |
13 <key>CFBundleIdentifier</key> | 13 <key>CFBundleIdentifier</key> |
14 <string>com.apple.testnetscapeplugin</string> | 14 <string>com.apple.testnetscapeplugin</string> |
15 <key>CFBundleInfoDictionaryVersion</key> | 15 <key>CFBundleInfoDictionaryVersion</key> |
16 <string>6.0</string> | 16 <string>6.0</string> |
17 <key>CFBundlePackageType</key> | 17 <key>CFBundlePackageType</key> |
18 <string>BRPL</string> | 18 <string>BRPL</string> |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 <string>testnetscape</string> | 60 <string>testnetscape</string> |
61 </array> | 61 </array> |
62 <key>WebPluginTypeDescription</key> | 62 <key>WebPluginTypeDescription</key> |
63 <string>test netscape content</string> | 63 <string>test netscape content</string> |
64 </dict> | 64 </dict> |
65 </dict> | 65 </dict> |
66 <key>WebPluginName</key> | 66 <key>WebPluginName</key> |
67 <string>WebKit Test PlugIn</string> | 67 <string>WebKit Test PlugIn</string> |
68 </dict> | 68 </dict> |
69 </plist> | 69 </plist> |
OLD | NEW |