Dashcode 和 Adobe Air
Dashcode 可以用来编译和运行 Adobe Air 项目吗?如果是这样,怎么办?
Can Dashcode be used to compile and run Adobe Air projects? If so, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不。Dashcode 是一个用于创建 Mac Widget 和基于 Webkit 的 Web 应用程序的 IDE。它使用 HTML、JavaScript 和 CSS,或者由它们组成一个项目。它还提供了一个部件库和“小部件”以及预先编写的代码,以缩短开发过程,并且 Mac Widgets 可以在运行时与底层 Mac 进行交互。
当您使用它来部署项目时,它不会以任何方式编译任何内容,而是打包构建元素以进行部署。
No. Dashcode is an IDE for creating Mac Widgets and Webkit based Web Apps. It uses, or a project consists of, HTML, JavaScript and CSS. It also provides a library of parts and "widgets" and prewritten code to shorten the development process and Mac Widgets can interact with the underlying Mac at run time.
When you use it to deploy a project it is not in any way compiling anything but packaging the build elements for deployment.