I’m working on a project that requires embedding a library.
I am able to embed the library via the embedded frameworks in projucer.
But at the moment, I am not understanding how to set the option to embed and sign.
![]()
In CMake, a parameter like XCODE_CODE_SIGN_ON_COPY ON most likely would resolve the issue
…where might I go about doing this via pro jucer?

