Skip to content

Retaining Comments in .pbxproj After Running #12

@loganknecht

Description

@loganknecht

Hello there.

I have a two different sets of post process build utilities to run. One is this post process build player, and another is similar but performs differently. For the second post process build to run it needs the comments that denote the sections of the pbxproj file in order to process correctly.

Is there any wait to tell this utility to keep those comments. If I'm not able to do this it breaks all functionality.

Some examples of the comments I'm talking about are:
/* Begin PBXBuildFile section /
/
End PBXBuildFile section /
/
Begin PBXContainerItemProxy section /
/
End PBXContainerItemProxy section */
and so forth...

Another question I have is, how do I configure the framework search paths build configuration? Your sample doesn't provide anything regarding that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions