Retired Document
Important: This document may not represent best practices for current development. Links to downloads and other resources may no longer be valid.
AppleScript Studio System Requirements and Version Information
This appendix describes the system requirements for developing and running AppleScript Studio applications and explains how to determine if AppleScript Studio is currently installed.
To build AppleScript Studio applications, you must install a version of the Mac OS X Developer Tools that includes AppleScript Studio. To run an AppleScript Studio application, the target machine must have the AppleScript Studio runtime required for the application. An AppleScript Studio runtime is available if AppleScriptKit.framework
is present in /System/Library/Frameworks
.
AppleScript Studio attempts to maintain the following:
An application created and built with an older version of AppleScript Studio can run with a newer runtime.
An application created and built with a newer version of AppleScript Studio can run with an older runtime, if it doesn’t use any features introduced after that runtime.
For example, an application built with AppleScript Studio version 1.1 that uses features added in version 1.1 requires the 1.1 runtime. However, a similar application that doesn’t use any features from AppleScript Studio 1.1 can run with the 1.0 runtime. And an application built with AppleScript Studio version 1.0 can run with any runtime, through version 1.3.
Table A-1 lists AppleScript Studio versions, the development environment they are part of, and the system software the corresponding runtime is installed with.
AppleScript Studio Version | Distributed with development environment | Runtime installed with |
---|---|---|
1.0 | December 2001 Developer Tools CD | Developer Tools CD (with AppleScript 1.8.2), or Mac OS X version 10.1.2 software update (with AppleScript 1.8.3 or later) |
1.1 | April 2002 Developer Tools CD | Developer Tools CD (with AppleScript 1.8.2 or later) |
1.2 | Mac OS X version 10.2 Developer Tools CD | Mac OS X version 10.2, and later (with AppleScript 1.9.0 or later) |
1.2.1 | December 2002 Developer Tools CD | Developer Tools CD (with AppleScript 1.9.1), or Mac OS X version 10.2.3 software update (with AppleScript 1.9.1 or later) |
1.3 | Mac OS X version 10.3 Xcode Tools | Mac OS X version 10.3, and later (with AppleScript 1.9.2 or later) |
1.4 | Mac OS X version 10.4 Xcode Tools | Mac OS X version 10.4, and later (with AppleScript 1.10 or later) |
For an example of how your application can determine whether the required version of AppleScript Studio is present, see the Examples section for the will finish launching
event handler in the Application Suite in AppleScript Studio Terminology Reference.
Starting with the version of Interface Builder released with Mac OS X version 10.2, there is a Nib File Compatibility preference on the General pane of the Interface Builder Preferences window. You should select a nib-file preference that suits your compatibility goals, from the following choices (and restart Interface Builder for the changes to take affect):
Pre-10.2 format: applications will run with earlier versions of Mac OS X, but will not have access to new features (such as the circular progress indicator or the brushed-metal, textured window appearance)
10.2 and later format: provides access to all new features, but is not guaranteed to run in earlier versions of Mac OS X
Both Formats: provides access to new features but will also run in earlier versions of Mac OS X (though without the new features)
Copyright © 2001, 2011 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2011-01-07