Original stable-ish version of SwiftAutomation Apple event bridge. (Unlike newer experimental fork which constructs AEDescs directly, this uses established NSAppleEventDescriptor APIs.)
Stars
22
Forks
4
Watchers
22
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
updated static glue generator, pre-generated glue files to support previous changes to terminology parser
e41974dView on GitHubmodified AETE+SDEF parsers and related classes to capture both singular and plural class/element names (used by sylvia-lang; SwiftAutomation glues don't need this)
c288ca2View on GitHubtweaked custom attributes in exported documentation SDEFs for consistency with NodeAutomation
e9acfb7View on GitHubfixed bugs when unpacking `typeQDPoint`, `typeQDRectangle`, `typeRGBColor` descriptors
5277792View on GitHubadded `private` declarations in `AETEParser` (required by latest Swift release)
9d8607eView on GitHubadded missing `public` modifiers to `SelfUnpacking` protocol and methods
9276c86View on GitHub