Closed directmusic closed 2 months ago
Never mind. After some experimentation I discovered that AUv2 does not seem to like a colon in the name regardless. Closing this.
Yeah AUv2 uses ":" in the info plist name to separate the manufacturer from the plugin name.
Hello,
Would there be opposition to having a PRODUCT_NAME or PLUGIN_NAME argument added to target_add_auv2_wrapper() that sets the AudioComponents / name field in the Info.plist without affecting the output file name?
VST3 & CLAP seem to read the title of the plugin from the
clap_plugin_descriptor
'sname
field which works great for my usecase. However, I plan to have a colon and space in the title of my future plugin such like "PluginTitle: Module". I cannot create a file on macOS with a colon in the filename.