sdef

How to compile an AppleScript Script Library (scptd) with an Scripting Definition (sdef)

为君一笑 提交于 2020-01-05 10:05:08
问题 I want to be able to decompile and compile and AppleScript Script Library (scptd) with an Scripting Definition (sdef), so I can put the text source in version control. The background of this question is to put my AppleScript sources in git . Most of my questions have been answered by this stackoverflow question/answer, but my question described here is still preventing me from putting all my scripts in git. In this library test.scptd I have an handler with the name say it loud , and in the