TemplateInfo.plist 283 Bytes
{
	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.";
}