mirror of
https://github.com/python/cpython.git
synced 2025-11-06 00:22:07 +00:00
8 lines
252 B
Text
8 lines
252 B
Text
|
|
/* Localized versions of Info.plist keys */
|
||
|
|
|
||
|
|
CFBundleName = "%(appletname)s";
|
||
|
|
CFBundleShortVersionString = "%(appletname)s";
|
||
|
|
CFBundleGetInfoString = "%(appletname)s, a Python application";
|
||
|
|
CFBundleLongVersionString = "";
|
||
|
|
NSHumanReadableCopyright = "";
|