Clone a JUCE project?

Please forgive if this is too basic.

Say I have a fairly complex project “MyProjectOne” and I want to make a variation of it “MyProjectTwo”. I can copy MyProjectOne.jucer and Source folder to another location and change the project name (everywhere) with a text editor, but I think it will leave duplicate internal IDs on lots of things.

Is there an official/recommended way to do this? If not, could it be a feature?

If you also change the 4-letter plug-in ID in Projucer (as well as the Bundle ID if that didn’t change automatically), then you’re good to go.

I changed the Plugin Code (and rebuilt), and now it is recognized and can be loaded. Thanks.