view Xcode/TemplatesForXcodeTiger/SDL Application/SDLApp.xcodeproj/TemplateInfo.plist @ 4921:40a43c6d9220

Fixed crash if the gesture coordinates go negative - FIXME: Should this protection be at a lower level?
author Sam Lantinga <slouken@libsdl.org>
date Tue, 30 Nov 2010 18:08:01 -0800
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.";
}