I want to create a Project Template with an icon that matches the default Xcode templates. I created a vector example icon and saved it as TemplateIcon.svg
and it gets displayed for my .xcodetemplate
. I would like it to blend in with Apple's default icons (which I know are assets contained inside Xcode bundles).
I have tried with fill="currentColor"
in my svg xml but it doesn't work. I couldn't find any technical documentation about this. It would be great to know how to design an icon that gets dynamically tinted by Xcode like the default ones.
Thanks 🙂