We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759ff47 commit 5d6cb4fCopy full SHA for 5d6cb4f
ExtensionService/AppDelegate.swift
@@ -30,6 +30,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSWindowDelegate {
30
os_log(.info, "XPC Service started.")
31
NSApp.setActivationPolicy(.prohibited)
32
buildStatusBarMenu()
33
+ #warning("TODO: disable in tests")
34
AXIsProcessTrustedWithOptions([
35
kAXTrustedCheckOptionPrompt.takeRetainedValue() as NSString: true,
36
] as NSDictionary)
0 commit comments