Source code for the main article about SwiftUI on macOS, to be read alongside that article.
AppDelegate
Apple advises that SwiftUI apps for macOS avoid using AppDelegate. How can you substitute initial app setup, and cleaning up before an app quits using just SwiftUI?
