NSMenu - Swapping

Ok… I’m getting there… Figured out the equivalent of Xojos EnableMenu
its
override func validateMenuItem(_ menuItem: NSMenuItem) -> Bool {

Now I need to figure out how to swap the menubar between two specific ones
One for the majority of the app, and another for when I specific condtion is met.

So far all I can find is NSApp.mainMenu = xxx