Rename Plug-in post build macOs

I’m looking for a solution that allows me to rename VST3 and AU plug-ins, in addition to changing their plugin codes, after they have already been compiled.
So far I have tried editing the plist and .rsrc files within the plug-in’s bundle with no success.
Ideally, I would like to have some sort of XML file that I could edit within the bundle and changes the plug-in name/codes reported to the host.
Has anyone implemented something similar to this?

I understand this is a very specific use case so I am open to any suggestions or comments.

1 Like

Would be intrested in how to do this as well.

1 Like

I don’t know if this is possible, but if it is, be careful because it probably breaks any digital signature that may have been applied to the binaries/bundles right after the original build.

If you find a way to do what you want, keep in mind that you probably will have to re-sign your binaries after you manupulate them.