view SDLApplicationBase.xctemplate/Prefix.pch @ 1:545ef7038418 tip

Added initial template for iOS. It still doesn't work. I don't know how to add a library (not framework dependency). I think the library should be embedded in the template. For Mac, embedding the framework in the template might be a good idea too, but I don't know how to embed that either. And I don't know how to access the copy bundle phase to copy the framework into the app bundle.
author Eric Wing <ewing . public |-at-| gmail . com>
date Sun, 02 Oct 2011 21:41:39 -0700
parents b0b91cadc484
children
line wrap: on
line source

//
// Prefix header for all source files of the '___PROJECTNAME___' target in the '___PROJECTNAME___' project
//

#ifdef __OBJC__
	#import <Foundation/Foundation.h>
#endif