SDL/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/English.lproj/InfoPlist.strings
Sam Lantinga cc0c10c56d Eric Wing to Sam
Lots of fixes.
Fixed missing power management building.
Added template icons to the project templates.
DocSet stuff
Documentation fixes..

Fixed all the SDLtests. (Lots of tedious work.) It now depends on the static library target for convenience so I am not going to remove it from the SDL xcode project.
2009-10-01 15:30:26 +00:00

7 lines
644 B
Plaintext

/* Localized versions of Info.plist keys */
CFBundleName = "___PROJECTNAME___";
CFBundleShortVersionString = "___PROJECTNAME___ version 0.1";
CFBundleGetInfoString = "___PROJECTNAME___ version 0.1, Copyright ___YEAR___ ___ORGANIZATIONNAME___.";
NSHumanReadableCopyright = "Copyright ___YEAR___ ___ORGANIZATIONNAME___.";