Mercurial > simple_npapi_plugin
view SimplePlugin.plugin/Contents/Info.plist @ 2:babaa75bec07
Added a .plugin bundle, which appears to be loadable into Firefox.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Wed, 30 Apr 2008 17:03:39 -0700 |
parents | |
children |
line wrap: on
line source
<?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>SimplePlugin</string> <key>CFBundleIdentifier</key> <string>com.netscape.SimplePlugin</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>NSPL</string> <key>CFBundleSignature</key> <string>MOSS</string> <key>CFBundleVersion</key> <string>1.0</string> <key>CSResourcesFileMapped</key> <true/> </dict> </plist>