lazerwalker / hubot-imessage

iMessage adapter for Hubot
MIT License
172 stars 31 forks source link

Update for OS X Mavericks #4

Closed rgov closed 10 years ago

rgov commented 10 years ago

I updated the event handler script to support Messages on OS X Mavericks. The changes include:

lazerwalker commented 10 years ago

Awesome, thanks!

Do you know if these changes will still allow it to work on Mountain Lion, or are the plaintext .applescript files Mavericks-only?

(I think Mavericks-only is fine, but if that's the case I'll add a note about that in the README and perhaps tag a previous SHA as having legacy support)

rgov commented 10 years ago

I don't believe that .applescript files are new to Mavericks, but the Messages event handler system might be different (such as now using a single script file, instead of many).

lazerwalker commented 10 years ago

Alright. I don't have a good way to test for earlier versions of compatibility, so I might just make a note anyway, since that's pretty low-impact.

Thanks again for doing this! Clearly I haven't been using this lib lately, so it's greatly welcomed to see someone else help whip it into shape :).