diff options
Diffstat (limited to 'Mac/OSXResources/app/Resources/Applet-InfoPlist.strings')
-rw-r--r-- | Mac/OSXResources/app/Resources/Applet-InfoPlist.strings | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Mac/OSXResources/app/Resources/Applet-InfoPlist.strings b/Mac/OSXResources/app/Resources/Applet-InfoPlist.strings new file mode 100644 index 0000000..e796bc2 --- /dev/null +++ b/Mac/OSXResources/app/Resources/Applet-InfoPlist.strings @@ -0,0 +1,7 @@ +/* Localized versions of Info.plist keys */ + +CFBundleName = "%(appletname)s"; +CFBundleShortVersionString = "%(appletname)s"; +CFBundleGetInfoString = "%(appletname)s, a Python application"; +CFBundleLongVersionString = ""; +NSHumanReadableCopyright = ""; |