My context is an Xcode project with GIT for an app that includes an AppleScript resource.
The compiled script file versions are maintained as expected by GIT, but is there an easy way to compare changes? It seems that Script Debugger maintains its own time-machine style version history, but is there a way to spot the changes?
Maybe I am missing something - so as a sort of workaround, when committing to GIT, I first save a text copy of the latest script version along side the original (but without including it in the app’s resource folder). The text copy can be viewed in Xcode and compared to previous text file versions using Xcode’s GIT comparison tools.
Maybe this process could be smoothed out by offering a Script Debugger option that would routinely save dual copies of a script - compiled and text. Or is there already a way to do this sort of thing that I haven’t discovered?