kronenthaler / mod-pbxproj

A python module to manipulate XCode projects
MIT License
1.2k stars 294 forks source link

update flag #322

Closed sikandernoori closed 1 year ago

sikandernoori commented 1 year ago

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.

kronenthaler commented 1 year ago

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.