Scripting the xCode (Modified by Vlad Lebedev)
Scripting the xCode (Modified by Vlad Lebedev)
- Subject: Scripting the xCode (Modified by Vlad Lebedev)
- From: Vlad Lebedev <email@hidden>
- Date: Wed, 28 Apr 2004 10:31:48 -0400
- Resent-date: Wed, 28 Apr 2004 14:34:30 -0400
- Resent-from: Vlad Lebedev <email@hidden>
- Resent-message-id: <email@hidden>
- Resent-to: email@hidden
Hi,
I really need some help with AppleScript.
I have a few source code files and would like to use AppleScript to
create a new xCode project,
define new target, new build style and settings, new executable, add
files and build everything.
tell application "Xcode"
make new project document at the end of documents
end tell
These lines above do create a new project document. However, I couldn't
figure how to create a new project in the document.
I'm relatively new to AppleScript. Doing everything manually or using
makefiles is not an option. It has to be AppleScript.
Any advise, examples or links will be greatly appreciated.
Thank you,
Vlad
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.