We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ae2d7 commit 5c3edc8Copy full SHA for 5c3edc8
1 file changed
ExtensionService/AppDelegate.swift
@@ -33,7 +33,9 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSWindowDelegate {
33
_ = GraphicalUserInterfaceController.shared
34
_ = RealtimeSuggestionController.shared
35
_ = XcodeInspector.shared
36
- AXIsProcessTrustedWithOptions(nil)
+ AXIsProcessTrustedWithOptions([
37
+ kAXTrustedCheckOptionPrompt.takeRetainedValue() as NSString: true
38
+ ] as CFDictionary)
39
setupQuitOnUpdate()
40
setupQuitOnUserTerminated()
41
xpcListener = setupXPCListener()
0 commit comments