Developing an Aperture Plugin - Part 4
Monday, May 7th, 2007
Part 4 of this series is going to introduce the implementation file for our Aperture plugin. If you are new to Xcode, Cocoa, and Objective-C programming you may want to have a look at some of the really great tutorials over at CocoaDevCentral. Here you will find everything you need to get started using Xcode.
An implementation file in Objective-C is labeled with a .m extension. These are the files in Objective-C that tell the program what to do. For our purposes, we need to concern ourselves with the implementation file that was generated for us when we selected the Aperture Plugin Template. This file has been filled with all of the necessary code to get your plugin up and running. The Apple developers have even added in a few placeholders, which we can easily fill in order to get our plugin working.
Posted in Email, Email Pro, Plugins, Projects | 1 Comment »

