AppGrid icon indicating copy to clipboard operation
AppGrid copied to clipboard

chore: remove use of AXAPIEnabled()

Open jacobmarble opened this issue 2 years ago • 1 comments

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 avatar Mar 25 '22 23:03 jacobmarble

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 avatar Mar 25 '22 23:03 jacobmarble