Touchbar support

Now that dtPlugins retired () and the MBS Touchbar support () isn’t working, is there anyone who ventured declares to make it work?

(*) Touchbar support is broken.

(*) Christian cannot make it work for some odd reason (maybe related to Xojo).

If anyone has a clue why the touchbar does not show in xojo app before you customize it, let me know.

Silly question but did you set isAutomaticCustomizeTouchBarMenuItemEnabled (https://developer.apple.com/reference/appkit/nsapplication/2646923-isautomaticcustomizetouchbarmenu) to true?

Yes, you can set it to true with plugin.

   NSTouchBarMBS.automaticCustomizeTouchBarMenuItemEnabled = true

With or without, no effect. And this is just for the menu item, I think.