I was wondering if this was the best solution:
- Put the .applescript files under version control
- Create an installation script to compile the files with
osacompile
But there is also the .scptd directory. Or I could put both .applescript and .scpt files under version control?
What is the best solution?
I always put the .applescript (plain text files) in version control (SVN). This way I can easily compare between different versions, and it is also quite easy if for multiusers. You can highlight the changes that has been made by other users. This is not possible with binary files, like compiled script files.