diff --git a/NetNewsWire/AppDelegate.swift b/NetNewsWire/AppDelegate.swift index 6864d8a59..39048ef69 100644 --- a/NetNewsWire/AppDelegate.swift +++ b/NetNewsWire/AppDelegate.swift @@ -117,6 +117,10 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations, // MARK: - NSApplicationDelegate + func applicationWillFinishLaunching(_ notification: Notification) { + installAppleEventHandlers() + } + func applicationDidFinishLaunching(_ note: Notification) { appName = (Bundle.main.infoDictionary!["CFBundleExecutable"]! as! String)