I created an application with AppleScript Studio some years ago.
I actually used compiled scripts and it worked fine.
Using the new Xcode, I am looking to recompile it, but none of the compiled scripts are recognized.
When I open the scripts with AppleScript Editor (or SD) it shows the Xcode handlers and classes as «» code:
on «event coVSselF» theObject
set objectName to name of theObject
if objectName is "graph table" then
set buttonList to {«class butT» "inspector delete" of «class boxO»"graph" of window "inspector", «class butT» "inspector show" of «class boxO» "graph" of window "inspector"}
Does anyone knows of a way to recover the scripts and save them as .applescript text files so that I can recompile the app?
Thanks!!
Hanaan