mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-16 04:37:41 +00:00
23 lines
770 B
Text
23 lines
770 B
Text
/*
|
|
InfoPlist.strings
|
|
Keyman4MacIM
|
|
|
|
Created by Serkan Kurt on 17/02/2015.
|
|
Copyright (c) 2017 SIL International. All rights reserved.
|
|
*/
|
|
|
|
CFBundleName = "Keyman";
|
|
CFBundleDisplayName = "Keyman";
|
|
|
|
/* Localizers may want to localize the following keys,
|
|
but variables may not be used, so they will
|
|
go out of date easily.
|
|
*/
|
|
|
|
// NOTE: Do not put version-related strings in here. The following are now computed based
|
|
// on User-Defined Build Setting variables such as PRODUCT_VERSION and COPYRIGHT_STRING_RIGHTS
|
|
//
|
|
//NSHumanReadableCopyright = "Copyright © 2018 SIL International. All rights reserved.";
|
|
//CFBundleShortVersionString = "10.0";
|
|
//CFBundleVersion = "10.0";
|
|
//CFBundleGetInfoString = "Keyman 10.0 for macOS, Copyright 2018, SIL International";
|