Audio plugin host https://kx.studio/carla
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.

36 lines
1.3KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleDevelopmentRegion</key>
  6. <string>English</string>
  7. <key>CFBundleExecutable</key>
  8. <string>@MACOSX_FRAMEWORK_NAME@</string>
  9. <key>CFBundleIdentifier</key>
  10. <string>@MACOSX_FRAMEWORK_IDENTIFIER@</string>
  11. <key>CFBundleInfoDictionaryVersion</key>
  12. <string>6.0</string>
  13. <key>CFBundlePackageType</key>
  14. <string>FMWK</string>
  15. <key>CFBundleName</key>
  16. <string>@MACOSX_FRAMEWORK_NAME@</string>
  17. <key>CFBundleSignature</key>
  18. <string>????</string>
  19. <key>CFBundleSupportedPlatforms</key>
  20. <array>
  21. <string>MacOSX</string>
  22. </array>
  23. <key>CFBundleVersion</key>
  24. <string>@MACOSX_FRAMEWORK_BUNDLE_VERSION@</string>
  25. <key>CFBundleShortVersionString</key>
  26. <string>@MACOSX_FRAMEWORK_SHORT_VERSION_STRING@</string>
  27. <key>CSResourcesFileMapped</key>
  28. <true/>
  29. <key>LSMinimumSystemVersion</key>
  30. <string>@CARLA_OSX_DEPLOYMENT_TARGET@</string>
  31. <key>NSHumanReadableCopyright</key>
  32. <string>(C) 2011-2023 Filipe Coelho.
  33. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version.</string>
  34. </dict>
  35. </plist>