diff --git a/Xcodes/XcodesApp.swift b/Xcodes/XcodesApp.swift index 74b3aef..b4ac30a 100644 --- a/Xcodes/XcodesApp.swift +++ b/Xcodes/XcodesApp.swift @@ -166,6 +166,10 @@ class AppDelegate: NSObject, NSApplicationDelegate { } func applicationDidFinishLaunching(_: Notification) {} + + func applicationShouldTerminateAfterLastWindowClosed(_ sender: NSApplication) -> Bool { + true + } } func localizeString(_ key: String, comment: String = "") -> String {