Save as application for an older Mac OS 10.7 or 10.6

I’m developing with Script Debugger 6 on Mac OS 10.10 but a lot of scripts have tor run on Mac OS 10.7 and 10.6 server. Those Xserves can’t be upgraded to higher versions. So everytime I make or edit a script, I have to open it on the Xserve and save it again, otherwise it won’t run.
Is there a solution to save it directly as an app for 10.7 or 10.6?

Not directly. But there are two things you can look at:

  • Script the resaving on the Xserve.

  • Keep an older applet on your development Mac, and just swap the bits that change. You can probably get away with just replacing the main.scpt file, and perhaps the Info.plist file. Again, something that can be scripted.