// // main.m // macOS (App) // // Created by Tomek Wójcik on 21/08/2025. // #import int main(int argc, const char * argv[]) { @autoreleasepool { // Setup code that might create autoreleased objects goes here. } return NSApplicationMain(argc, argv); }