File: TemplateInfo.plist

package info (click to toggle)
libsdl1.2 1.2.15%2Bdfsg2-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,596 kB
  • sloc: ansic: 128,539; cpp: 11,192; sh: 9,887; asm: 2,553; objc: 2,128; makefile: 349; csh: 248; perl: 35; pascal: 8
file content (12 lines) | stat: -rw-r--r-- 266 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.";
}