Set Codesign --deep in ProJucer

Does anyone know how to set the “Other Code Signing Flags” in PJ to --deep for Xcode?

From the .pbxproj file:

OTHER_CPLUSPLUSFLAGS = "OTHER_CODE_SIGN_FLAGS = "--deep"";

Thanks,

Rail

For posterity:

In the Projucer Custom Xcode Flags field

OTHER_CODE_SIGN_FLAGS=--deep

1 Like

This doesn’t come through to XCode(10.3) for me, Projucer 5.4.7. The options stay blank.
Hang on it appears I had a space in the front of ‘Developer ID Application’ which meant it didn’t work, for some reason.