Re: [PSA] native AppleScripting support for Swift

2015-07-15 Thread has
Quick postscript: I've now posted AppleEventBridge's Swift documentation online for easier perusal: http://hhas.bitbucket.org/ It's still a bit rough, natch, but it should give a good idea of what it does and how it works without having to pull the project first. HTH has ___

Re: [PSA] native AppleScripting support for Swift

2015-07-15 Thread has
Hi Alex, Thanks for the kind words. I know AEB's off to a hopeful start: I've been using appscript professionally for high-end automation for years[1], and hundreds (thousands?) of other appscript users have beaten the tar out of it over the years too, so the design has already proven itself.

Re: [PSA] native AppleScripting support for Swift

2015-07-15 Thread Alex Zavatone
Thanks, Has. This looks great. Sent from my iPhone > On Jul 13, 2015, at 10:25 AM, has wrote: > > Hi all, > > In light of OS X 10.11 addressing some longstanding deficiencies in > NSAppleEventDescriptor, I've been dusting off a fork of my old objc-appscript > project, now renamed AppleEventB

[PSA] native AppleScripting support for Swift

2015-07-13 Thread has
Hi all, In light of OS X 10.11 addressing some longstanding deficiencies in NSAppleEventDescriptor, I've been dusting off a fork of my old objc-appscript project, now renamed AppleEventBridge, modernizing and extending it both to take advantage of improvements to ObjC in the last few years an