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

Use AppleResourceInfo for resource file collection #564

Merged

Conversation

brentleyjones
Copy link
Contributor

Fixes #228.

@brentleyjones brentleyjones changed the base branch from main to bj/add-more-complicated-resource-bundles June 21, 2022 18:49
@brentleyjones brentleyjones force-pushed the bj/use-AppleResourceInfo-for-resource-file-collection branch 2 times, most recently from 06a50d5 to c1940b9 Compare June 21, 2022 21:00
Comment on lines 68 to 70
target_type = struct(
compile = "compile",
resources = "resources",
)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This whole struct will be removed after PR, as this reworking unblocks further reworking of input file and transitive dependency processing.

@brentleyjones brentleyjones force-pushed the bj/use-AppleResourceInfo-for-resource-file-collection branch from c1940b9 to 3ab779e Compare June 21, 2022 21:04
Base automatically changed from bj/add-more-complicated-resource-bundles to main June 21, 2022 21:06
@brentleyjones brentleyjones force-pushed the bj/use-AppleResourceInfo-for-resource-file-collection branch from 3ab779e to 4f4fc28 Compare June 21, 2022 21:06
@brentleyjones brentleyjones marked this pull request as ready for review June 21, 2022 21:07
@brentleyjones brentleyjones enabled auto-merge (squash) June 21, 2022 21:08
@brentleyjones brentleyjones merged commit 5ad004e into main Jun 21, 2022
@brentleyjones brentleyjones deleted the bj/use-AppleResourceInfo-for-resource-file-collection branch June 21, 2022 21:10
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.

Bug: Custom AppleResourceInfo aren't respected
2 participants