kronenthaler/mod-pbxproj

update flag

Closed this issue · 1 comments

is there a way to update existing flag ?

I want to update CODE_SIGN_STYLE flag to manual and code sign feature is not adding manual at all places in project file.

To update the code signing, please use the util method add_code_sign from the XcodeProject object. That should set up all necessary flags including the CODE_SIGN_STYLE.