We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7d0e5 commit d46e6f8Copy full SHA for d46e6f8
Maccy/AppDelegate.swift
@@ -1,10 +1,17 @@
1
import Cocoa
2
+import Sparkle
3
4
@NSApplicationMain
5
class AppDelegate: NSObject, NSApplicationDelegate {
6
private var hotKey: GlobalHotKey!
7
private var maccy: Maccy!
8
9
+ func applicationWillFinishLaunching(_ notification: Notification) {
10
+ if ProcessInfo.processInfo.arguments.contains("ui-testing") {
11
+ SUUpdater.shared()?.automaticallyChecksForUpdates = false
12
+ }
13
14
+
15
func applicationDidFinishLaunching(_ aNotification: Notification) {
16
migrateUserDefaults()
17
0 commit comments