我想以编程方式启用对辅助设备的访问。
有另一种不使用的方法来做到这一点
NSURL *prefPaneURL = [NSURL fileURLWithPath:[[paths objectAtIndex:0] stringByAppendingPathComponent:@"UniversalAccessPref.prefPane"]];
[[NSWorkspace sharedWorkspace] openURL:prefPaneURL];
打开系统偏好设置?