view Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/SDLOpenGLApp.xcodeproj/TemplateInfo.plist @ 3525:455a6c47d2c6

Fixed compilation on Mac OS X 10.4
author Sam Lantinga <slouken@libsdl.org>
date Sat, 05 Dec 2009 19:57:49 +0000
parents 232e5e00e398
children
line wrap: on
line source

{
	FilesToRename = {
		"SDLApp_Prefix.pch" = "ÇPROJECTNAMEÈ_Prefix.pch";
	};
	FilesToMacroExpand = (
		"ÇPROJECTNAMEÈ_Prefix.pch",
		"Info.plist",
		"English.lproj/InfoPlist.strings",
		"main.c",
	);
	Description = "This project builds an SDL-based application that uses OpenGL.";
}