Ben Terhechte — journal
--rss
STYLEMAC.COM #mac development #workflow #tools & widgets

Write your own Automator-Action in Xcode

Automator now allows for custom actions, enabling users to incorporate open source libraries like ImageMagick and PIL. A recent guide on macnn.com details how to create these actions using XCode. While familiarity with Objective-C is necessary, this opens up new possibilities for automating various tasks efficiently.

Nov 7, 2005 120 1 min read 103 words

Write your own Automator-Action in Xcode

This is hot. I wanted to use Automator repeatedly for certain tasks but couldn’t because it lacked the one or other functionality. Now I could (note the subjunctive) write my own Automator actions and encapsulate all these usefull open source libraries (like image magick, pil or snd) into them, thanks to macnn.com who posted a lenghty introduction into writing Automator Actions whith XCode.
Sure you still need a good deal of Objective-C knowledge, but hey, we’ve already touched that topic before.
Link