Is there a entry to specify the Mac idiom in a Settings.bundle for the SupportedUserInterfaceIdioms key?

The newer documentation about creating a Settings.bundle on Mac Catalyst simply links out to the Documentation Archive:

https://developer.apple.com/library/archive/documentation/PreferenceSettings/Conceptual/SettingsApplicationSchemaReference/Articles/PSGroupSpecifier.html#//apple_ref/doc/uid/TP40007009-SW1

The SupportedUserInterfaceIdioms key is documented:

Indicates that the element is displayed only on specific types of devices. The value of this key is an array of strings with the supported idioms. Include the string “Phone” to display the element on iPhone and iPod touch. Include the string to “Pad” to display it on iPad.  This key is available in iOS 4.2 and later.

Is "Mac" a supported entry to specify a preference for the Mac idiom? It seems to work but I don't see any documentation for this.

Hmm if you specify "Pad" it will show up on a Mac Catalyst build even if the "Optimize for Mac" option is being used.

Is there a entry to specify the Mac idiom in a Settings.bundle for the SupportedUserInterfaceIdioms key?
 
 
Q