Skip to content

Commit 7ccd45a

Browse files
committed
Update
1 parent 60f36c6 commit 7ccd45a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ExtensionService/AppDelegate.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import FileChangeChecker
22
import LaunchAgentManager
33
import Logger
4+
import Perception
45
import Preferences
56
import Service
67
import ServiceManagement
@@ -29,6 +30,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSWindowDelegate {
2930
)
3031

3132
func applicationDidFinishLaunching(_: Notification) {
33+
// isPerceptionCheckingEnabled = false
3234
if ProcessInfo.processInfo.environment["IS_UNIT_TEST"] == "YES" { return }
3335
_ = XcodeInspector.shared
3436
updateChecker.updateCheckerDelegate = self

0 commit comments

Comments
 (0)