Adding framework to projects with AppleScript
Adding framework to projects with AppleScript
- Subject: Adding framework to projects with AppleScript
- From: Benoit Ogier <email@hidden>
- Date: Thu, 12 Jan 2006 11:12:26 +0100
Hi,
I need to add frameworks to a large amount of XCode (2.1/2.2)
projects, and I tried to do that with AppleScript.
My script is :
set frame to "mydisk:Library:Frameworks:mylib.framework"
tell application "Xcode"
activate
set prj to the first project
set cont to group "External Frameworks and Libraries" of prj
add frame to cont
end tell
With this script, I get no error, but nothing happend...
Does anybody understand what's wrong in my script, or has an better
solution than AppleScript (sh tool ?).
Thanks in advance,
BO
--
BenoƮt Ogier{
Carte Blanche Conseil
47, rue de Lancry
75010 Paris
Tel : +33 1 42 41 21 21
Fax : +33 1 42 41 70 40
email : email@hidden
};
--
_______________________________________________
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