Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support to declare actions for which a target should be built #48

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

pepicrft
Copy link
Contributor

I'm making some changes necessary to finish up this PR. Note that I made the changes so we don't break downstream users of tuist/xcodegraph. Although we are the only ones now, I think it's good to start building the habit of not breaking this dependency.

@pepicrft pepicrft requested review from waltflanagan, fortmarek and a team September 23, 2024 10:15
@pepicrft pepicrft self-assigned this Sep 23, 2024
@pepicrft pepicrft changed the title Add support to declare actions for which a target should be built feat: add support to declare actions for which a target should be built Sep 23, 2024
// MARK: - Attributes

public var targets: [TargetReference]
public var targetsWithBuildFor: [Target]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I couldn't come up with a better name for this or a different approach to make it backward compatible. Any suggestion for improvements?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant