based on your description, it would be easier to create a custom goal in xcode to accomplish this task. xcode can run all kinds of unix utilities for copying, zipping, etc. soo ... shell scripting should be much simpler. you can also set this goal as a dependency if you want, so it always remains relevant (but a bit slow for regular development, tbh.
Yes, you can use applescript with xcode in many cases, but the task you have outlined will be much more difficult.
source
share