PageRenderTime 147ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 1ms

/Info.plist

http://firefox-mac-pdf.googlecode.com/
Unknown | 47 lines | 47 code | 0 blank | 0 comment | 0 complexity | c486e2f73dc523e307a2c0bc72c1abfb MD5 | raw file
  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">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundlePackageType</key>
  6. <string>NSPL</string>
  7. <key>CFBundleDevelopmentRegion</key>
  8. <string>English</string>
  9. <key>CFBundleInfoDictionaryVersion</key>
  10. <string>6.0</string>
  11. <key>CFBundleVersion</key>
  12. <string>1.2</string>
  13. <key>CFBundleExecutable</key>
  14. <string>${EXECUTABLE_NAME}</string>
  15. <key>CFBundleName</key>
  16. <string>${PRODUCT_NAME}</string>
  17. <key>CFBundleIconFile</key>
  18. <string></string>
  19. <key>CFBundleIdentifier</key>
  20. <string>edu.mit.sgross.fx-quartz-pdf</string>
  21. <key>WebPluginMIMETypes</key>
  22. <dict>
  23. <key>application/pdf</key>
  24. <dict>
  25. <key>WebPluginTypeDescription</key>
  26. <string>PDF document</string>
  27. <key>WebPluginExtensions</key>
  28. <array>
  29. <string>pdf</string>
  30. </array>
  31. </dict>
  32. <key>application/postscript</key>
  33. <dict>
  34. <key>WebPluginTypeDescription</key>
  35. <string>PostScript document</string>
  36. <key>WebPluginExtensions</key>
  37. <array>
  38. <string>ps</string>
  39. </array>
  40. </dict>
  41. </dict>
  42. <key>WebPluginDescription</key>
  43. <string>Displays PDF documents in the browser.</string>
  44. <key>WebPluginName</key>
  45. <string>Firefox PDF Plugin for Mac OS X</string>
  46. </dict>
  47. </plist>