Re: Adding files to Xcode project
Re: Adding files to Xcode project
- Subject: Re: Adding files to Xcode project
- From: Chris Espinosa <email@hidden>
- Date: Thu, 4 Dec 2008 10:25:30 -0800
On Dec 4, 2008, at 2:41 PM, Tommy Nordgren wrote: How can I add files to a Xcode project VIA an APPLESCRIPT?
tell application "Xcode" tell project "SampleApp" make new file reference at end of group "Classes" with properties {full path:"/Volumes/Local/bar.txt", name:"bar.txt"} end tell end tell
|
_______________________________________________
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