diff options
Diffstat (limited to 'nextstep/templates/InfoPlist.strings.in')
-rw-r--r-- | nextstep/templates/InfoPlist.strings.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nextstep/templates/InfoPlist.strings.in b/nextstep/templates/InfoPlist.strings.in new file mode 100644 index 00000000000..f38d8925017 --- /dev/null +++ b/nextstep/templates/InfoPlist.strings.in @@ -0,0 +1,6 @@ +/* Localized versions of Info.plist keys */ + +CFBundleName = "Emacs"; +CFBundleShortVersionString = "Version @version@"; +CFBundleGetInfoString = "Emacs version @version@, NS Windowing"; +NSHumanReadableCopyright = "@copyright@"; |