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