Skip to content

Ability to set a couple of project/target settings? #449

Open
@smackie

Description

@smackie

As I work through converting our (huge) project files to xcodegen, I've found a couple of things that I can't resolved. I've looked at the Swift so I'm guess these aren't supported (yet) but figured I'd ask

  • Project flag to turn off automatically generating schemes for every target. Ideally just for a list of targets and/or a class of target. For example, I have a lot of libraries. Don't need schemes for them. But schemes for the gtest applications and final apps would be fine.

  • Target flag to disable copying headers. I don't really need them to be copied and I'd probably prefer just to suppress the "copy headers" step. Being able to flip the "Only copy on install" option would be a good workaround.

Any thoughts? The first seems relatively straightforward as part of the project definition. The second looks tricker from the code but flipping the "Only copy on install" option might be easier depending on what xcodeproj supports (I guess).

Cheers!

Scott...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions