kronenthaler / mod-pbxproj

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

PBXLegacyTarget and PBXBuildRule support #320

Closed TobyLobster closed 1 year ago

TobyLobster commented 2 years ago

This adds PBXLegacyTargets to the list of sections in the configuration list. This avoids an exception failure when saving projects with legacy targets.

This also adds support for PBXBuildRule sections, preserving the / PBXBuildRule / comment.

This fixes #319