The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.3KB

  1. #include "../../src/BrowserPluginCharacteristics.h"
  2. <?xml version="1.0" encoding="UTF-8"?>
  3. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  4. <plist version="1.0">
  5. <dict>
  6. <key>CFBundleDevelopmentRegion</key>
  7. <string>English</string>
  8. <key>CFBundleExecutable</key>
  9. <string>${EXECUTABLE_NAME}</string>
  10. <key>CFBundleName</key>
  11. <string>${PRODUCT_NAME}</string>
  12. <key>CFBundleIconFile</key>
  13. <string></string>
  14. <key>CFBundleIdentifier</key>
  15. <string>com.yourcompany.${PRODUCT_NAME:identifier}</string>
  16. <key>CFBundleInfoDictionaryVersion</key>
  17. <string>6.0</string>
  18. <key>CFBundlePackageType</key>
  19. <string>BRPL</string>
  20. <key>CFBundleSignature</key>
  21. <string>????</string>
  22. <key>CFBundleVersion</key>
  23. <string>1.0</string>
  24. <key>CFBundleDisplayName</key>
  25. <string>JuceBrowserPlugin_Desc</string>
  26. <key>CFBundleShortVersionString</key>
  27. <string>JuceBrowserPlugin_Version</string>
  28. <key>WebPluginName</key>
  29. <string>JuceBrowserPlugin_Name</string>
  30. <key>WebPluginMIMETypes</key>
  31. <dict>
  32. <key>application/npjucedemo-plugin</key>
  33. <dict>
  34. <key>WebPluginExtensions</key>
  35. <array>
  36. <string>jucedemo</string>
  37. </array>
  38. <key>WebPluginTypeDescription</key>
  39. <string>Juce Demo</string>
  40. </dict>
  41. </dict>
  42. </dict>
  43. </plist>