Applescripting xcode documentation
Applescripting xcode documentation
- Subject: Applescripting xcode documentation
- From: Ned Hogan <email@hidden>
- Date: Thu, 27 Jan 2005 16:46:25 -0800
Title: Applescripting xcode documentation
Aloha,
Couple of questions for those who might have the time:
- Where can I find documentation on how to Applescript importing an external C, C++, or Java source directory into xcode? I know that someone else already asked the question, and been told that is broken in 1.5, but for those of us who are ADC members and have access to 2.0, how can I write some simple Applescripts to import external projects? Would it look something like this? (I am in the process of learning Applescript, so excuse my syntax errors ...)
set srcPath to path to mySrc folder as string
tell application "xcode"
get folder srcPath
create target “myTarget”
add folder to “myTarget”
add external makefile from folder to “myTarget”
end tell
- I have a Qt Mac license, and they have managed to add an option to qmake to import their C++ and .ui files into xcode, did they follow a “standard”, or did they reverse engineer their xml *.pro to match *.xcode? Any guidelines I can follow to try and implement this would be appreciated, and I assume Applescript would be the preferred method.
I really like the improvements in xcode 2.0, I really do try and RTFM before asking for help, and therefore, documentation on how to write Applescripts for xcode would be very cool!
Thanks
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden