File: TemplateInfo.plist

package info (click to toggle)
libsdl1.2 1.2.15%2Bdfsg2-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,276 kB
  • sloc: ansic: 128,536; cpp: 11,192; sh: 9,887; asm: 2,553; objc: 2,128; makefile: 355; csh: 248; perl: 35; pascal: 8
file content (12 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
{
	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.";
}