How can I set app shortcut platter background colour on visionOS?

This is a follow up to my previous post, this time using the visionOS 1.2 simulator and Xcode 15.4.

I am trying to set the background colour of my app shortcut platter for the visionOS version using NSAppIconComplementingColorNames but it doesn’t take effect when I check the shortcuts app. I see the built in Music Recognition app has a background colour but I am unable to set one for my app. Please note that this feature is working correctly on iOS. But on visionOS it has no effect and returns a plain background.

I noticed the documentation doesn't mention it works on visionOS. But if that's the case how was the music recognition app able to set a colour?

I have the same question. In order to get this working on iPad you have to duplicate the CFBundleIcons as CFBundleIcons~ipad so I'm guessing there is some similar variant for VisionOS. I've tried all the possibilities I can think of (vision, visionpro, visionos, reality, realityos) but no luck.

How can I set app shortcut platter background colour on visionOS?
 
 
Q