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

Split up target.bzl #136

Closed
brentleyjones opened this issue Mar 11, 2022 · 2 comments · Fixed by #483
Closed

Split up target.bzl #136

brentleyjones opened this issue Mar 11, 2022 · 2 comments · Fixed by #483
Assignees
Labels
cleanup Development cleanup good first issue Good for newcomers

Comments

@brentleyjones
Copy link
Contributor

https://github.com/buildbuddy-io/rules_xcodeproj/blob/main/xcodeproj/internal/target.bzl has grown to be quite large. While everything in there doesn't really belong in any of the other .bzl files, it can still be split up a bit more.

@maxwellE
Copy link
Contributor

@brentleyjones Is this ticket complete or should we continue to move out logic from target.bzl?

@brentleyjones
Copy link
Contributor Author

brentleyjones commented May 31, 2022

We should remove the testable, and reference the methods in the tests directly: https://github.com/buildbuddy-io/rules_xcodeproj/blob/362939844041fcd01ce2d896cf7f95e167914da8/xcodeproj/internal/target.bzl#L300-L304

We should rename process_target to create_xcodeprojinfo, remove # Creating XcodeProjInfo comment, and rename the file to xcodeprojinfo.bzl.

After that, I think this ticket is done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Development cleanup good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants