Re: adding new group with applescript in XCode 2.1
Re: adding new group with applescript in XCode 2.1
- Subject: Re: adding new group with applescript in XCode 2.1
- From: Dmitry Markman <email@hidden>
- Date: Sat, 1 Oct 2005 10:29:39 -0400
thank you very much for your answer
On Sep 30, 2005, at 11:59 PM, Scott Tooker wrote:
tell root group of front project
make new group
end tell
it indeed worked:
tell application "Xcode"
activate
open file "Mac OS
X:sandbox:dmarkman:Aslrtw_n:Projects:Simulink:XCode:Template:simulink.xc
odeproj"
tell root group of front project
make new group with properties {name:"newgroup"}
end tell
end tell
but the following code didn't:
tell application "Xcode"
activate
open file "Mac OS
X:sandbox:dmarkman:Aslrtw_n:Projects:Simulink:XCode:Template:simulink.xc
odeproj"
make new group at root group of front project
end tell
thanks again.
Dmitry Markman
_______________________________________________
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