Well I'm not going to tell, not yet any way, that would take a whole book !
What I am going to explain, is all the bits that we are interested in...
...first
The top bar, "Toolbar"
This can be customised to how you want, mine doesn't normally look like this, but this 'is' the default ToolBar that you should see !
There's nothing here that you need to change, until you know a bit more. But the important bits are...
On the left:
Make Alias
Active Target
This is the name of our "Target" the target is the 'bit' that we are making...in normal circumstances this would be an Application...but we are making an Action in this case !
You can have more than one Target, but this is not something you need to worry about now, it is not needed for building an Action !
Action
Like in other Apps, it allows easy access to useful menu's and shortcuts. For now you don't really need it.
'Build' & 'Build and Go'
Now we're getting some where...
These buttons do what they say...
Build...this builds your 'Project' once all the elements have been made you click on the Build button and Xcode compiles your Project into the 'Target'.
Your new Project, whether it be an Application, Action, ScreenSaver etc would now be available to test.
Sometimes when you press build...Xcode will 'not' compile the Project because it finds errors in your code etc. This is were you move on to debugging !
Because we are making an Automator Action, we will use the 'Build and Go' button.
When we press the BaG button (BaG) Xcode will compile the Action, and then open Automator and place our Action in it so that we can test...
...try it, even though, all we have done so far is open Xcode, picked a Template and given it a name...
Click the BaG button and watch...amazing !
You should see something like this !