diff --git a/Planet/PlanetAppDelegate.swift b/Planet/PlanetAppDelegate.swift index 43366758..28a6078f 100644 --- a/Planet/PlanetAppDelegate.swift +++ b/Planet/PlanetAppDelegate.swift @@ -88,13 +88,7 @@ class PlanetAppDelegate: NSObject, NSApplicationDelegate { } i = i + 1 } - // NOTE: This is a workaround for Sequoia, please review this code for better solution // See also: https://github.com/tact/public/issues/31 - if (i == 0) { - if let mainWindow = NSApplication.shared.mainWindow { - mainWindow.makeKeyAndOrderFront(self) - } - } } } diff --git a/Planet/versioning.xcconfig b/Planet/versioning.xcconfig index 047c6afd..38af9b89 100644 --- a/Planet/versioning.xcconfig +++ b/Planet/versioning.xcconfig @@ -1 +1 @@ -CURRENT_PROJECT_VERSION = 2259 +CURRENT_PROJECT_VERSION = 2260