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

Is it possible to handle symbolset assets using rules_apple? #2626

Open
ed-irl opened this issue Dec 31, 2024 · 0 comments
Open

Is it possible to handle symbolset assets using rules_apple? #2626

ed-irl opened this issue Dec 31, 2024 · 0 comments

Comments

@ed-irl
Copy link

ed-irl commented Dec 31, 2024

I have a bazel-managed app where I'm attempting to use symbol sets (more background in apple docs). I'm able to import my symbol template into an existing xcassets directory which I'm able to read regular (eg. svg) images from. This produces a directory called .symbolset alongside the .imageset directories. The symbolset shows up like a normal image would in the xcassets directory and it appears that xcode is able to read and process them correctly.

I am unable to read images defined in the.symbolset directories. I would speculate that the template files need to be post-processed by the build and that might be why I am unable to read them in code.

I am wondering if these types of images are supported in rules_apple?

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

No branches or pull requests

1 participant