Getting Started with Apple Applications

Technology Overview

Apple publishes a variety of applications for the Macintosh platform, many of which are distributed free with Macintosh computers.

If you are a plug-in developer, you can create a visual effect plug-in for either the Macintosh or the Windows version of iTunes, Apple’s music management software, that presents visual effects while music is playing. Plug-ins for iTunes are written in C.

If you are a content developer, you can create new widgets for Dashboard, an environment designed to keep useful information at your fingertips. Dashboard widgets are built using standard web technologies, like HTML, CSS, and JavaScript.

If you are a hardware developer, you can build XML printing preset files for iPhoto, Apple’s still photo management software, to enhance its compatibility with your printer. Preset files for iPhoto are written in XML.

If you are an application developer, your application can:

  • Access the data in AddressBook, Apple’s centralized database for the user’s contact and other personal information

  • Import and export projects to and from Final Cut Pro, Apple’s professional video editing software, using the Final Cut Pro XML Interchange Format

  • Exchange documents with Keynote, Apple’s presentation software, using the Keynote XML File Format (APXL)

Start Here

If you plan to work in Cocoa, Apple’s object-oriented programming environment, read Cocoa Fundamentals Guide to learn about the concepts behind Cocoa and get started with Cocoa development.

If you are creating a Dashboard widget, you should be familiar with the web technologies present in Web Kit, the underlying technology behind Dashboard. About Safari JavaScript discusses using JavaScript in Web Kit and, by extension, Dashboard widgets.

To link your application with AddressBook, you need to add C or Objective-C code to it. To exchange data with Keynote or Final Cut Pro, your application needs to be able to import or export XML files in the required format. Apple provides C functions in Mac OS that help your code parse XML.

If your new or existing application is going to exchange data with Keynote or Final Cut Pro, you need to understand the facilities that Apple provides to parse XML. Start by reading Introduction to XML to understand the XML syntax and learn how to call functions in the Mac OS that extract data from XML files.

Choose a Learning Path

Regardless of whether you plan to develop a plug-in for a Macintosh application or add data-exchange code to your own application, you will need to choose a suitable programming environment. To learn about Apple’s recommended programming tool set for Mac OS, read the ADC topic page for XCode. It describes the features of Xcode and tells you where to get the software you need.

Enhancing an Apple Application With a Plug-In or Widget

  • If you are creating a new widget, either as an add-on for an existing application or as a new stand-alone application, read Dashboard Programming Guide to learn how to create and add useful features to a widget.

  • If you are creating a visual effect plug-in for iTunes, and you are programming for Mac OS, read Technical Note TN2016, iTunes Visual Plug-ins, to understand the general structure of a visual effect plug-in and learn how iTunes discovers and registers it. Windows developers should read Technical Note TN2098, iTunes Visual Plug-ins for Windows.

Exchanging Data With an Apple Application

  • If you want your application to access user data stored in AddressBook, read Address Book Programming Guide for Mac OS X. It describes the Mac OS Address Book and provides references in both Procedural and Objective C. If you are working in Cocoa, you should also read Address Book Objective-C Framework Reference to learn about the Objective-C framework where address data is stored.

  • If you want your application to import and export projects to and from Final Cut Pro, read the document Final Cut Pro XML Interchange Format to learn about the interchange format and see examples of three possible applications—enhancing a batch list, simplifying subtitling, and helping users choose effect parameters.

  • If you want your application to exchange documents with Keynote, read Developer Opportunities Using Keynote and APXL to learn how your application can use Keynote’s display capabilities. You’ll also find several links to more detailed technical documents, including a link to the formal APXL definition.

Writing a Printer Preset File for iPhoto

If you are creating a printer preset file for iPhoto, read Creating Printing Presets for iPhoto to learn about the file structure, which is simply a text file written in XML, and see a sample listing.

Next Steps

The Apple Applications Reference Library links to several high-level resource pages, which you can bookmark for easy access.

  • Guides

    Conceptual and how-to information for Apple applications.

  • Reference

    Focused, detailed descriptions in reference format for Apple applications.

  • Release Notes

    Late-breaking news and highlights of new or changed features in the latest releases of relevant Apple applications.

  • Sample Code

    Sample applications demonstrating several techniques for communicating with Apple applications.

  • Technical Notes

    Technically detailed documents on issues related to Apple applications.

  • Technical Q&As

    Programming tips, code snippets, and FAQs by Apple’s support engineers.

  • Mailing Lists

    The Dashboard Development List (dashboard-dev) is a list devoted to issues facing widget developers.



© 2004, 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-08-10)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.