Info.plist and PkgInfo not correctly added to plugin artifact

Hi there,

I’ve got a Projucer based plugin project that also uses PACE Fusion for licencing/copy protection (which works by taking the jucer file and generating a new, PACE aware one from it).

I’ve been doing some restructuring in the project and the build is now silently failing to add an Info.plist and a PkgInfo to my MacOS build artifact (across all plugin formats) in the PACE enabled build only for no obvious (to me) reason.

A set of Info-VST3.list, etc. files are being correctly generated, btw, just not added to the artifact, but no sign of PkgInfo. Vanilla build with no PACE, it all works just fine.

I am able to trace the relevant succesful open/write system calls from the XCBuildService process in the vanilla build, but no attempt in the PACE one.

I am currently in a discussion about this with PACE support, but I think they might not be as familiar with the Projucer build process as the JUCE community.

What is it exactly that adds the Info.plist and PkgInfo to the artifact? Where do I find this step in the XCode project (assuming it’s in there)? What could stop this from working?

Clearly this isn’t the right forum to ask about PACE, but I’m wondering from a JUCE perspective what would be some good ways to investigate this.

Thank you.