문제

How can I catch and interfere if the Finder pops up an alert? I thought it would be some notification in NSWorkspace but was disappointed.

Which is the right way to do this?

Thank you for your responses.

도움이 되었습니까?

해결책

sorry you can't intercept another app's alert view. (at least not without breaking code signing and tinkering with the other app .. e.g. via some simbl plugin)

there is no obvious and apple-conform way and this is a good thing!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top