I've successfully ported my Chord calculus app to Mac Catalyst, with working key commands, context menus and multiple scenes. Can even screen capture the fretboard to the clipboard for developing tutorial content. Still working on saving it to a file, but have gotten the DocumentView working, so it's just grunt work to finish that.
I am currently working on mode-dependent main menu items. I am wanting to change the simple "about App" menu item, but it's not clear what to do. I can replace it with the builder.replace()
method, but I get a menu pointing to a submenu. Would like a simple button to generate an "alert" type response. Suggestions?