- 10.4: Reduce launch times for AppleScript apps on Intel
-
If you use AppleScripts that you save as applications and are on an Intel Mac, you should like this hint. In Script Editor, if you save as Application, this will create a PowerPC-only application -- it will launch on an Intel mac, but under Rosetta. However, if you save it as an Application Bundle instead, this will create a Universal binary. The Application Bundle behaves the same in the GUI as an Application -- it is a double-clickable application. Note that the actual script itself is not compiled in either case, it is interpreted at run-time. What is changed is the wrapper around the script. This means that saving as an Application Bundle on an Intel Mac will not improve the execution time of the actual script, but you should notice a significant improvement in launch time, as Rosetta does not have to be invoked. If you saved any scripts as Applications on...
Fri, 04 Aug 2006 16:30:03 +0200 - more MacOSXHints.com articles
-
- related articles found at MacOSXHints.com
- 10.4: Another fix for non-launching PowerPC apps on Intel Tue, 08 Aug 2006 16:30:00 +0200
- 10.4: Fix PowerPC apps that fail to launch on Intel Macs Mon, 12 Jun 2006 16:30:05 +0200
- 10.5: Assign a set of apps to Spaces via AppleScript Tue, 15 Jan 2008 16:30:00 +0100
- 10.5: Use launchd to restart crashed apps Sun, 23 Dec 2007 19:30:02 +0100