kMDLabelKindIsMutuallyExclusiveSetKey

Static kMDLabelKindIsMutuallyExclusiveSetKey 

Source
pub unsafe static kMDLabelKindIsMutuallyExclusiveSetKey: Option<&'static CFString>
Available on crate feature MDLabel only.
Expand description

This key is used in the Info.plist file of a label bundle to specify that the label kind constitutes a mutually exclusive set. The value is a CFBoolean.

This key is used in the Info.plist file of a label bundle to specify the visibility of the labels defined by the bundle. The value is a CFString constant, either “Public” (kMDPublicVisibility) or “Private” (kMDPrivateVisibility).

See also Apple’s documentation