Need to script XCode

I have written an AS Studio app to build XCode projects using XCode’s command line tools. This AppleScript Studio app is basically a gui wrapper for the ‘xcodebuild’ command. That part seems to work great.

The problem I have now is that I would like to be able to set the Info.plist entries of a project on a per target basis prior to a clean/build. Specifically, the values used for “Version”, “Display Name”, “Finder Version Info”, and “Short Version”. I have no idea how to do this and can’t find any example scripts to use for reference. In fact, I can find any scripts at all that control XCode. Can anyone help? Much appreciated…

Maybe you’re looking for this osax: plist tools

I’d rather have XCode modify these files directly but this seems to work fine. I tip my hat to you sir…