mirror of
https://github.com/yawut/SDL.git
synced 2026-04-18 22:57:25 -05:00
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
7 lines
588 B
Plaintext
Executable File
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».";
|