WebKitExamplePlugins/NetscapeInputMethodPlugin/Info.plist
changeset 0 4f2f89ce4247
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebKitExamplePlugins/NetscapeInputMethodPlugin/Info.plist	Fri Sep 17 09:02:29 2010 +0300
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>English</string>
+	<key>CFBundleExecutable</key>
+	<string>NetscapeInputMethodPlugin</string>
+	<key>CFBundleIconFile</key>
+	<string></string>
+	<key>CFBundleIdentifier</key>
+	<string>com.apple.netscapeinputmethodplugin</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundlePackageType</key>
+	<string>BRPL</string>
+	<key>CFBundleShortVersionString</key>
+	<string>1.0</string>
+	<key>CFBundleSignature</key>
+	<string>????</string>
+	<key>CFBundleVersion</key>
+	<string>1.0</string>
+	<key>WebPluginDescription</key>
+	<string>Simple Netscape plug-in that shows how to use input methods</string>
+	<key>WebPluginMIMETypes</key>
+	<dict>
+		<key>test/x-netscape-input-method-plugin</key>
+		<dict>
+			<key>WebPluginTypeDescription</key>
+			<string>Netscape Input Method Plug-in</string>
+		</dict>
+	</dict>
+	<key>WebPluginName</key>
+	<string>Netscape Input Method Plug-in</string>
+</dict>
+</plist>