关于编写 AppleScriptable Cocoa 项目的良好参考指南?
我有一个 Objective-C 程序,需要将其设为 AppleScriptable。我浏览了 Apple 的参考资料,发现它们的级别完全错误,要么对于 applescripter 而言,要么级别太高,要么级别太低。
谁能给我指出一个很好的资源来开始这方面的工作?或者也许是我可以查看的示例项目?
谢谢。
I've got an Objective-C program that I need to make AppleScriptable. I've looked through the Apple references and they're all at exactly the wrong level, either for the applescripter, or too high level, or too low level.
Can anyone point me at a good resource for getting started on this? or perhaps a sample project I can poke at?
thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这肯定是主观的,但我认为苹果的 Cocoa Scriptability< /a> 是一个不错的文件。有没有觉得级别太高了?或者等级太低?根据情况,我需要改变回答你的方式。
首先,Apple 有一组很好的示例代码:
It's surely subjective but I think Apple's Cocoa Scriptability is a decent document. Did you find it too high level? or too low level? Depending on that I need to change how I answer you.
To get started, Apple has a nice set of sample codes: