Automatically save upon exiting application

This commit is contained in:
Matt Baer 2017-07-29 15:17:43 -04:00
parent fd6b44ec73
commit b20efa1f03

View File

@ -23,7 +23,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
}
func applicationWillTerminate(_ aNotification: Notification) {
// Insert code here to tear down your application
vc?.saveDocument()
}
func applicationDidBecomeActive(_ notification: Notification) {