SDL/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/English.lproj/InfoPlist.strings
Jørgen P. Tjernø 8e2aba3d97 Fix a corruption when you remove first joystick on Linux.
Fixes a bug where the joystick subsystem would get corrupted if you unplug the
first of multiple joysticks. Fixes bug 1714.


CR: saml
2013-02-12 11:47:29 -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».";