A test application for learning macOS native app development.
I created this application to begin learning native development for macOS in Swift.
It's based on the tutorial for native macOS menu app development by Watten Burton via Ray Wenderlich: https://www.raywenderlich.com/450-menus-and-popovers-in-menu-bar-apps-for-macos
I did have to correct some items in the tutorial, namely storyboard instantiation as the syntax was outdated in Swift 4. I also chose my own UI (a single button and text box) and built some basic custom logic for wrapping around the quote array.
Cheers!