Re: Distribution of Applications
Re: Distribution of Applications
- Subject: Re: Distribution of Applications
- From: Graff <email@hidden>
- Date: Wed, 11 Feb 2004 11:34:07 -0500
You can use AppleScript Studio, part of XCode which comes with Mac OS X
Developer Tools:
<
http://www.apple.com/applescript/studio/>
If you have AppleScript 1.9.2 you can also use Script Editor which
comes with your AppleScript installation, go to File->Save As and then
under File Format save it as an Application Bundle.
Here is a little more info on Application Bundles, it's in the release
notes for AppleScript 1.9.2:
<
http://www.apple.com/applescript/releasenotes/192OSX.html>
- Ken
On Feb 10, 2004, at 10:54 PM, mrykoga wrote:
Hello,
I would want to distribute an
application generated from a
AppleScript (saving the script as
application).
I tried packing the application and
all the other files with Mac OS X
PackageMaker.
However, when I install the package
with Installer, I can't execute
anymore the application by
double-clicking its icon.
When I try to execute the original
application file used to build the
package, everything works fine.
One thing I noticed is that the
installed application's icon is
different from the original
application icon. It's like somehow,
Mac OS X have lost the information of
how to execute the application.
I have no idea on what happens... I
tried building a installer using a
evaluation version of VISE and it
worked fine. The application executed
without problems. The problem with
VISE is that it costs $500 or more (I
don't remember now) and there is a
limitation on the number of installers
you can build.
I would appreciate if someone could
give me any help on how to distribute
an application (and the files related)
generated from an AppleScript.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.