Re: Project Builder & AppleScript
Re: Project Builder & AppleScript
- Subject: Re: Project Builder & AppleScript
- From: Christopher Nebel <email@hidden>
- Date: Mon, 8 Oct 2001 12:13:19 -0700
Not entirely. Project Builder in 10.1 supports compiling
AppleScripts -- just create a new AppleScript Build Phase, drag the
appropriate source files in, and there you go. This is handy for
maintaining any sufficiently complicated set of scripts, since Project
Builder is a much better editor than Script Editor and lets you use
source control.
AppleScript Studio adds the ability to build interfaces hooked to
AppleScripts in Interface Builder. As you say, that isn't shipping yet,
but the purely Project Builder stuff works now.
--Chris Nebel
AppleScript Engineering
On Sunday, October 7, 2001, at 12:27 PM, vectormation wrote:
I think that's a forward-looking statement, as the unreleased
AppleScript Studio appears to be based on Interface Builder.
~Phi
In browsing the Apple website, I cam across this URL:
<http://www.apple.com/macosx/whatyoucando/projectbuilder.html>
which in part reads:
"Project Builder supports developers using C, C++, Objective C,
AppleScript and Java."
Does this mean that we can build projects of applescript and then build
interfaces using Interface Builder? Has anyone tried this?