mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
AU name format fix.
This commit is contained in:
parent
dfae2c8a38
commit
d3ea70d8c4
1 changed files with 2 additions and 1 deletions
|
|
@ -517,7 +517,8 @@ namespace AUHelpers
|
|||
|
||||
Project& project = exporter.getProject();
|
||||
|
||||
addPlistDictionaryKey (dict, "name", getPluginName (project).toString());
|
||||
addPlistDictionaryKey (dict, "name", getPluginManufacturer (project).toString()
|
||||
+ ": " + getPluginName (project).toString());
|
||||
addPlistDictionaryKey (dict, "description", getPluginDesc (project).toString());
|
||||
addPlistDictionaryKey (dict, "factoryFunction", getPluginAUExportPrefix (project).toString() + "Factory");
|
||||
addPlistDictionaryKey (dict, "manufacturer", getPluginManufacturerCode (project).toString().trim().substring (0, 4));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue