Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove use of AXAPIEnabled() (#17)
Function AXAPIEnabled() has been deprecated, and apparently removed at or before MacOS 12.3. The code already checks for the presence of its replacement, AXIsProcessTrustedWithOptions(). With this change, only AXIsProcessTrustedWithOptions() is reference.
- Loading branch information