Book Image

Sparrow iOS Game Framework Beginner's Guide

By : Johannes Stein
Book Image

Sparrow iOS Game Framework Beginner's Guide

By: Johannes Stein

Overview of this book

Table of Contents (20 chapters)
Sparrow iOS Game Framework Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Afterword
Index

Time for action – adding Sparrow as a source tree reference


To add Sparrow as a source tree reference, follow these steps:

  1. Open Xcode.

  2. Open the Xcode settings through Xcode at the top menu bar and then click on Preferences….

  3. Navigate to Locations.

  4. Click on the Source Trees tab.

  5. Click on the plus (+) button to add a source tree item.

  6. Enter SPARROW_SRC in the Name tab.

  7. Enter Sparrow in the Display Name tab. (Alternatively, using SPARROW_SRC as the display name works as well.)

  8. Add the absolute path to where we put the sparrow folder. Let's not forget the src suffix.

What just happened?

We added the Sparrow source location as a source tree item in Xcode. This only has to be done once, as all Sparrow projects use this source tree item.

As the next step, we will set up our template which we are going to use throughout the book.