I would like to create a macOS app without using Interface Builder.
How must the Xcode macOS app template be modified after deleting Main.storyboard and its corresponding Info.plist line
to show a single simple window at startup?
Well, if you want to inflict yoursel that pain in order to ignore IB, here is a complete way bof doing :
h ttps://stackoverflow.com/questions/39785679/programmatically-creating-menus-with-swift-3-and-cocoa
Need to mention, that without IB and autolayout, internationalizing will be nightmarish (if you want to support right to left for instance)