CoronaCards: Xcode Project Templates

Overview

This contains Xcode project templates for CoronaCards so you can create Xcode projects easily.

Installation

Copy the CoronaCards folder into the Xcode templates folder:

`~/Library/Developer/Xcode/Templates`

NOTE: The project templates expect CoronaCards.framework to be installed at /Users/Shared/CoronaLabs/ios/CoronaCards.framework.

Creating a New Project

From Xcode, choose the New Project menu item:

Xcode-CoronaCards-Project-Template-Menu

You should see CoronaCards as a category in the template picker. You can choose between the Single CoronaView or the Child CoronaView template:

Xcode-CoronaCards-Project-Template-Picker

The rest of the process is the same as for creating any Xcode project.

Objective-C and Swift support

The CoronaCards project templates support both Objective-C and Swift. You can choose the preferred programming language via the Language pulldown that appears in the project options dialog:

Xcode-CoronaCards-Project-Template-Swift-ObjC

Requirements

  • Xcode 6.1
  • Mac OS X 10.9.4 or higher