func aeteResource (String) -> Data?
Returns an
NSData
object that contains data in 'aete'
resource format describing the scriptability information currently known to the application.
あるNSData
オブジェクトを返します、それは'aete'
リソース形式のデータを含んでいて、現時点でアプリケーションに知られるスクリプト対応機能情報を記述しています。
func bundle(forSuite : String) -> Bundle?
Returns the bundle containing the suite-definition property list (extension
.scriptSuite
) identified by suiteName
.
suiteName
によって識別されるスイート定義プロパティリスト(拡張子.scriptSuite
)を含んでいるバンドルを返します。