mainNibName
The name of the preference pane’s nib file.
Declaration
var mainNibName: String { get }Discussion
The name should not include the .nib extension.
The default implementation returns the value of the NSMainNibFile key in the bundle’s information property list. If the key does not exist, it returns a default value of @”Main”.