Tap AppleEvents being sent to another application

让人想犯罪 __ 提交于 2019-12-08 05:03:30

Do you need to do this programmatically or is manual/interactive OK? If manual is OK, here are some approaches:

Try using AppleScript Editor to record the target app.

Try using the techniques listed in Technical Note TN2124: Mac OS X Debugging Magic under Apple Events. For example, set the environment variable AEDebugReceives to 1 and run the target app under that environment.

there is no such tap for ae events AFAIK I am happy to be proven wrong

there are NSDistributed notifications which you can tap!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!