I'm trying to use rb-appscript to automate a build process using Xcode. I'm having trouble getting the text value of elements which I believe should return text. Take, for example, the name of a project:
name AEType.new("ctxt") -- The name of this target.
If I try to display this using "p" I get:
app("/Developer/Applications/Xcode.app").active_project_document.active_target.name
Any thoughts on how I can get the text value?