Module rubrail::app [] [src]

Module for creating and running a simple Mac application

The app module contains helper functions for creating and running a very simple Mac application environment (NSApplication) with no window or dock icon. It is provided here for the Rubrail examples to use, and may be useful for simple Touch Bar-only applications, but 'real' applications should probably implement the application logic themselves.

Functions

create_logger

Enable logging to a file in the user's home directory

init_app
quit
run_forever