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">
5 <key>CFBundleDevelopmentRegion
</key>
6 <string>English
</string>
7 <key>CFBundleExecutable
</key>
8 <string>NPAPITestPlugIn
</string>
9 <key>CFBundleIdentifier
</key>
10 <string>org.chromium.npapi_test_plugin
</string>
11 <key>CFBundleInfoDictionaryVersion
</key>
13 <key>CFBundleExecutable
</key>
14 <string>${EXECUTABLE_NAME}
</string>
15 <key>CFBundleName
</key>
16 <string>${PRODUCT_NAME}
</string>
17 <key>CFBundlePackageType
</key>
19 <key>CFBundleShortVersionString
</key>
21 <key>CFBundleSignature
</key>
23 <key>CFBundleVersion
</key>
25 <key>CFPlugInDynamicRegisterFunction
</key>
27 <key>CFPlugInDynamicRegistration
</key>
29 <key>WebPluginDescription
</key>
30 <string>Simple NPAPI plug-in for Chromium unit tests
</string>
31 <key>WebPluginMIMETypes
</key>
33 <key>application/vnd.npapi-test
</key>
35 <key>WebPluginExtensions
</key>
37 <string>npapitest
</string>
39 <key>WebPluginTypeDescription
</key>
40 <string>test npapi
</string>
43 <key>WebPluginName
</key>
44 <string>Chromium NPAPI Test Plugin
</string>