| Index: src/trusted/plugin/osx_ppapi/Info.plist
|
| diff --git a/src/trusted/plugin/osx_ppapi/Info.plist b/src/trusted/plugin/osx_ppapi/Info.plist
|
| deleted file mode 100644
|
| index b066504ddd4f51188a233b8bc75891f723ce7585..0000000000000000000000000000000000000000
|
| --- a/src/trusted/plugin/osx_ppapi/Info.plist
|
| +++ /dev/null
|
| @@ -1,46 +0,0 @@
|
| -<?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>ppNaClPlugin</string>
|
| - <key>CFBundleIdentifier</key>
|
| - <string>com.google.ppNaClPlugin</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>nacl</string>
|
| - <key>CFBundleVersion</key>
|
| - <string>0.1</string>
|
| - <key>CFPlugInDynamicRegisterFunction</key>
|
| - <string></string>
|
| - <key>CFPlugInDynamicRegistration</key>
|
| - <string>NO</string>
|
| - <key>CFPlugInUnloadFunction</key>
|
| - <string></string>
|
| - <key>WebPluginDescription</key>
|
| - <string>ppNaClPlugin</string>
|
| - <key>NSPrincipalClass</key>
|
| - <string>ppNaClPlugin</string>
|
| - <key>WebPluginMIMETypes</key>
|
| - <dict>
|
| - <key>application/x-nacl</key>
|
| - <dict>
|
| - <key>WebPluginTypeDescription</key>
|
| - <string>PPAPI Native Client SimpleRPC interaction</string>
|
| - <key>WebPluginExtensions</key>
|
| - <array>
|
| - <string>nexe,nacl</string>
|
| - </array>
|
| - </dict>
|
| - </dict>
|
| - <key>WebPluginName</key>
|
| - <string>Google Native Client Plugin</string>
|
| -</dict>
|
| -</plist>
|
|
|