This post is from the WWDC26 AppKit Q&A.
Hey Team,
System-provided quick actions in Finder sport a template image that adapts correctly to light and dark modes.
However when I add a quick action extension in my app, the icon I refer to in the Info.plist renders in full color, even if it is defined in the asset catalog as a template image.
This forces me to either use my app icon or a gray icon that will work in either appearance.
How can I get the system-provided quick actions treatment?
Thanks, Ari