示例代码如下:
self.view.window?.level = .normal
let success = LocalSecurity().getTrust()
if success {
NSWorkspace.shared.openFile("/System/Library/PreferencePanes/Security.prefPane")
}else{
AXIsProcessTrustedWithOptions(
[kAXTrustedCheckOptionPrompt.takeUnretainedValue() as String: true] as CFDictionary)
}
网友评论