iPlug2
iPlug2 copied to clipboard
on duplicating plugin plists don't get updated automatically
this is a problem because you end up building AUs with the same 4Char IDs
I have a fix for this and the issue when changing 4Char IDs.
At the moment the plist files get copied before the python script has run, so there is a one build delay on updates.
If we have a separate (aggregate) target that runs the info.plist part of the script only and the others are dependent on then the correct copy of the plist gets used. No need to worry when duplicating
The python script, however, needs chopping in two (a resource part and a plist part)
See https://github.com/iPlug2/iPlug2/tree/project/update-plists
@olilarkin - can you take a look at the branch - I think this is fully done for iPlugEffect but I'd like to go through it with you and then if you are happy we can apply to the other examples.
Might be nice to fix up the scheme ordering also if we are looking at projects
I’ve been doing some work on it locally, putting it into a global script Rather than per project
This work is now consolidated in this branch https://github.com/iPlug2/iPlug2/tree/project/new_installer
This work has been going into the template project in the OOS repo: https://github.com/iPlug2/iPlug2OOS