Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove use of AXAPIEnabled() #17

Merged
merged 1 commit into from
Sep 13, 2022
Merged

chore: remove use of AXAPIEnabled() #17

merged 1 commit into from
Sep 13, 2022

Conversation

jacobmarble
Copy link
Contributor

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.

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.
@jacobmarble
Copy link
Contributor Author

One more thing: with this change, I can build and run AppGrid on my M1 MBP with MacOS 12.3, and Activity Manager indicates the process kind is "Apple" instead of "Intel".

@jacobmarble jacobmarble closed this by deleting the head repository Sep 13, 2022
@opsroller opsroller reopened this Sep 13, 2022
@opsroller opsroller merged commit 77377ba into mjolnirapp:master Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants