8 lines
252 B
Plaintext
8 lines
252 B
Plaintext
|
/* Localized versions of Info.plist keys */
|
||
|
|
||
|
CFBundleName = "%(appletname)s";
|
||
|
CFBundleShortVersionString = "%(appletname)s";
|
||
|
CFBundleGetInfoString = "%(appletname)s, a Python application";
|
||
|
CFBundleLongVersionString = "";
|
||
|
NSHumanReadableCopyright = "";
|