SDL/Xcode/TemplatesForXcodeTiger/SDL Application/English.lproj/InfoPlist.strings
Sam Lantinga ca94467587 Generate debug info for all configurations on all platforms
Turned off C++ exception handling for all configurations and all platforms
Turned on comdat folding and optimized references for all optimized builds

CR: Bruce Dawson
2013-02-27 11:39:38 -08:00

7 lines
588 B
Plaintext
Executable File

/* 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».";