1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

CMake: Fix missing ARA tag in ARA enabled AU plugin plist files

This issue made hosts not recognize the ARA capabilities of AU plugins.
This commit is contained in:
attila 2022-07-20 11:06:50 +02:00
parent 2ea0a1b1f6
commit 980092ba1a
2 changed files with 2 additions and 0 deletions

View file

@ -270,6 +270,7 @@ juce::build_tools::PlistOptions parsePlistOptions (const juce::File& file,
updateField ("PLUGIN_AU_MAIN_TYPE", result.auMainType);
updateField ("IS_AU_SANDBOX_SAFE", result.isAuSandboxSafe);
updateField ("IS_PLUGIN_SYNTH", result.isPluginSynth);
updateField ("IS_PLUGIN_ARA_EFFECT", result.isPluginARAEffect);
updateField ("SUPPRESS_AU_PLIST_RESOURCE_USAGE", result.suppressResourceUsage);
updateField ("BUNDLE_ID", result.bundleIdentifier);
updateField ("ICON_FILE", result.iconFile);