Integration Automator Action into project
Christiaan Hofman
cmhofman at gmail.com
Tue May 15 06:13:57 PDT 2007
1. Link the xcode project files of the Automator actions in your
app's project file (you may want to create a group for them).
2. Add a new Copy Files build phase to your app's target, Destination
= Wrapper, Path = Contents/Library/Automator.
3. Drag the products from the linked xcode projects to this target.
4. (optional but advisable) add those products as direct dependencies
to your app's target.
Christiaan
On 15 May 2007, at 2:57 PM, Chad Armstrong wrote:
> Hello:
>
> I'm developing several Automator Actions. I'm creating each action
> by creating a new project and selecting a Cocoa-based Automator
> Action. This is working out OK for me right now.
>
> What I want to know, what is the best way to integrate these
> Automator actions into my main application in Xcode, so they will
> be stored in MyApp.app/Contents/Library/Automator?
>
> Regards,
>
> Chad
More information about the MacOSX-dev
mailing list