annotate Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/___PROJECTNAME___.xcodeproj/TemplateInfo.plist @ 4908:9b9dc9fc7df2
Fix Xcode project to turns the SDL_gesture.h and SDL_touch.h into public includes (since they are included when using the SDL/SDL.h file)
--
user: Andreas Schiffler <aschiffler@ferzkopp.net>
branch 'default'
changed Xcode/SDL/SDL.xcodeproj/project.pbxproj
author |
Andreas Schiffler <aschiffler@ferzkopp.net> |
date |
Tue, 16 Nov 2010 07:44:47 -0800 |
parents |
d44a0a913aa2 |
children |
|
rev |
line source |
3331
|
1 {
|
|
2 FilesToRename = {
|
|
3 "SDLApp_Prefix.pch" = "ÇPROJECTNAMEÈ_Prefix.pch";
|
|
4 };
|
|
5 FilesToMacroExpand = (
|
|
6 "ÇPROJECTNAMEÈ_Prefix.pch",
|
|
7 "Info.plist",
|
|
8 "English.lproj/InfoPlist.strings",
|
|
9 "main.c",
|
|
10 );
|
|
11 Description = "This project builds an SDL-based application that uses OpenGL.";
|
|
12 }
|