I cannot find any docs on this image name but I can select it from the dropdown list in IB. What is the mim macOS version for this name?
chevron.down.square.fill image name
The SF Symbols app says it is available (in monochrome) since SF Symbols version 1.0, which means macOS 11.0.
Do you have the SF Symbols app?
Here it is in SF symbols:
Thanks for your replies.
Okay, I found it here https://developer.apple.com/sf-symbols/
I have a new question.
My app min target OS is macOS 10.10. Can I use [NSImage imageNamed:@"chevron.down.square.fill"]
in code so that it still works on macOS 10.10?
Or should I just use the official app and export the symbols as pictures?
Are you sure you want to support 10.10? It would be much easier to support only macOS 11 and newer.
Exporting the SF Symbols images and including those in your bundle is technically possible, but legally dubious.