MOMenu is a menubar item with a plug-in architecture which allows admins to create anything that helps their fleet, from setting user preferences to reporting on machine status.
MOMenu and plugins must be codesigned with the same developer certificate in order to launch. To test the program without codesigning, launch it with the nochecksignatures flag, e.g.:
MOMenu
MOMenu is a menubar item with a plug-in architecture which allows admins to create anything that helps their fleet, from setting user preferences to reporting on machine status.
Building
Requires CocoaPods and Xcode to compile.
Clone the repository, install necessary pods, then build the application:
The built application will be in
./build/Build/Products/Release/MOMenu.appIn order to use MOMenu, install suitable plugins to
/Library/MOMenu/PlugInsAn example Snake plugin is included in this repository.
To build and install the Snake plugin:
MOMenu and plugins must be codesigned with the same developer certificate in order to launch. To test the program without codesigning, launch it with the
nochecksignaturesflag, e.g.:MOMenu and its loaded plugins will appear in the menubar: