Xcode - link library w/ embed and sign

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.

Screenshot 2026-02-16 at 1.41.14 PM

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?