/usr/share/doc/steptalk/Documentation/Bundles.txt is in steptalk 0.10.0-6build4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | Bundles
-------
Any bundle, including an application or a framework, can provide information
about scripting.
Info dictionary
---------------
STClasses - array of public classes
STScriptingInfoClass - name of a scripting controller. Default value is
bundleNameScriptingInfo.
(STExportAllClasses - exports all classes (ignore STClasses))
(not used yet)
Scripting Controller
--------------------
Scripting controller is a class object that provides information about bundle
scripting abilities. At this time it provides information only about available
named objects.
Informal protocol:
+ (NSDictionary *)namedObjectsForScripting;
Returns a dictionary with named objects.
TODO:
STBundle methods
----------------
+ bundleWithApplication:
Search in */Applications
+ bundleWithFramework:
Search in */Library/Frameworks
+ bundleWithName:
Search in */Library/Bundles
|