views:

40

answers:

1

Hi all,

I want to do a simple task with XCode and AppleScript:

  1. I want to create a new project
  2. Save created project with desired name in desired folder.

Can someone tell me how can I achieve it using AppleScript??

Thanks,

Miraaj

+1  A: 

You can't do this directly, but you can do it by setting up a template project which you then use to create new projects. There are some useful details on doing this here.

Paul R