xcode 在哪里可以下载 AppleScript Studio?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5929565/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Where can I download AppleScript Studio?
提问by Tyilo
I've heard about AppleScript Studiomany times, but I cannot find any download links.
我多次听说AppleScript Studio,但找不到任何下载链接。
A tutorial said that I could launch Xcode and select AppleScript under Application when starting a new project, but there wasn't anything listed, which had anything to do with AppleScript.
一个教程说启动一个新项目的时候可以启动Xcode,在Application下选择AppleScript,但是没有列出来,跟AppleScript有什么关系。
How can I download AppleScript Studio?
如何下载 AppleScript Studio?
采纳答案by ughoavgfhw
AppleScript Studio was the name used to describe creating an AppleScript application using Xcode, not a separate application. Apple no longer uses the name, and it is called a Cocoa-AppleScript application.
AppleScript Studio 是用来描述使用 Xcode 创建 AppleScript 应用程序的名称,而不是一个单独的应用程序。Apple 不再使用该名称,而是将其称为 Cocoa-AppleScript 应用程序。
回答by Hophat Abc
AppleScript Studio is no longer included in Xcode as of Xcode 4. But there is AppleScriptObjC, a framework which lets you write Cocoa apps using AppleScript.
从 Xcode 4 开始,AppleScript Studio 不再包含在 Xcode 中。但是有AppleScriptObjC,这是一个允许您使用 AppleScript 编写 Cocoa 应用程序的框架。
回答by digitalformula
Also, if you don't already have Xcode, download it from here: http://developer.apple.com/xcode/. As mentioned above, AppleScript Studio doesn't exist anymore as Xcode supersedes it.
此外,如果您还没有 Xcode,请从这里下载:http: //developer.apple.com/xcode/。如上所述,AppleScript Studio 不再存在,因为 Xcode 取代了它。