Commit d610c05
committed
Fix compile error: AXError has no .notTrusted member
The AXError C enum does not define kAXErrorNotTrusted — the enum jumps
directly from kAXErrorAPIDisabled (-25211) to kAXErrorNoValue (-25212).
Removing the non-existent check; kAXErrorAPIDisabled alone correctly
identifies the "process not trusted" case.
https://claude.ai/code/session_01SLK18VAKHQdk37Mubvyp471 parent dc0dd92 commit d610c05
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1343 | 1343 | | |
1344 | 1344 | | |
1345 | 1345 | | |
1346 | | - | |
1347 | | - | |
1348 | | - | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
1349 | 1350 | | |
1350 | 1351 | | |
1351 | 1352 | | |
1352 | 1353 | | |
1353 | 1354 | | |
1354 | | - | |
| 1355 | + | |
1355 | 1356 | | |
1356 | 1357 | | |
1357 | 1358 | | |
| |||
0 commit comments