view Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/___PROJECTNAME___.xcodeproj/TemplateInfo.plist @ 5149:3052772b59db

Added functions to watch events as they go through the event queue.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 01 Feb 2011 19:15:42 -0800
parents d44a0a913aa2
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.";
}