Creating a New Project

Create a new MAF project.

  1. Launch Xcode.
  2. Select File > New > New Project.
  3. Select the appropriate template for your application type, then click Next.

    New Project Template
  4. Enter the product name and company identifier.

    New Project Options
  5. Choose the appropriate settings for class prefix and device family, then specify whether to use core data, and include unit tests. Although the Extensibility libraries use conventional, manual reference counting, you can also use it with ARC-enabled apps by selecting the option here. Click Next.
  6. Specify a folder in which to save your new app.
  7. Click Create.