mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-18 14:27:43 +00:00
This adds references to various data sources such as Unicode. At present, this is informational only, not used by any scripts, but the intent is that in the future we reference this for any scripted data updates.
74 lines
2.1 KiB
Markdown
74 lines
2.1 KiB
Markdown
---
|
|
title: Keyman Minimum Versions
|
|
---
|
|
|
|
Changes in [minimum-versions.inc.sh](minimum-versions.inc.sh) should manually be propagated to the linked help files below:
|
|
|
|
## Keyman 18.0
|
|
|
|
Target Operating System and Platform Versions
|
|
|
|
### Keyman for Windows
|
|
|
|
Helpfile: [os.md](../../windows/src/desktop/help/common/os.md)
|
|
|
|
### Keyman for macOS
|
|
|
|
Helpfile: [requirements.md](../../mac/help/about/requirements.md)
|
|
|
|
### Keyman for Linux
|
|
|
|
Helpfile: [common/index.md](../../linux/help/common/index.md#q-what-linux-distros-will-keyman-work-with)
|
|
|
|
### Keyman iPhone and iPad
|
|
|
|
Helpfile: [system-requirements.md](../../ios/help/about/system-requirements.md)
|
|
|
|
### Keyman for Android
|
|
|
|
Helpfile: [system-requirements.md](../../android/help/about/system-requirements.md)
|
|
|
|
----
|
|
|
|
## Product Build Documentation
|
|
|
|
[linux-ubuntu.md](../../docs/build/linux-ubuntu.md)
|
|
|
|
[macos.md](../../docs/build/macos.md)
|
|
|
|
[windows.md](../../docs/build/windows.md)
|
|
|
|
## Keyman Engine Documentation
|
|
|
|
https://help.keyman.com/developer/engine/android/latest-version/
|
|
|
|
----
|
|
|
|
## minimum-versions.inc.sh Variables
|
|
|
|
| KEYMAN Variable | Value |
|
|
|-----------------------------------|--------------|
|
|
| KEYMAN_DEFAULT_VERSION_UBUNTU_CONTAINER | noble |
|
|
| KEYMAN_MAX_VERSION_EMSCRIPTEN | 3.1.58 |
|
|
| KEYMAN_MIN_TARGET_VERSION_ANDROID | 5 |
|
|
| KEYMAN_MIN_TARGET_VERSION_CHROME | 95.0 |
|
|
| KEYMAN_MIN_TARGET_VERSION_IOS | 12.2 |
|
|
| KEYMAN_MIN_TARGET_VERSION_MAC | 10.13 |
|
|
| KEYMAN_MIN_TARGET_VERSION_UBUNTU | 20.04 |
|
|
| KEYMAN_MIN_TARGET_VERSION_WINDOWS | 10 |
|
|
| KEYMAN_MIN_VERSION_ANDROID_SDK | 21 |
|
|
| KEYMAN_MIN_VERSION_CPP | 17 |
|
|
| KEYMAN_MIN_VERSION_EMSCRIPTEN | 3.1.44 |
|
|
| KEYMAN_MIN_VERSION_MESON | 1.0.0 |
|
|
| KEYMAN_MIN_VERSION_NODE_MAJOR | 20 |
|
|
| KEYMAN_MIN_VERSION_NPM | 10.5.1 |
|
|
| KEYMAN_MIN_VERSION_VISUAL_STUDIO | 2019 |
|
|
| KEYMAN_VERSION_CLDR | 45 |
|
|
| KEYMAN_VERSION_ICU | 73.1 |
|
|
| KEYMAN_VERSION_ISO639_3 | 2024-05-22 |
|
|
| KEYMAN_VERSION_JAVA | 11 |
|
|
| KEYMAN_VERSION_LANGTAGS | 2024-05-22 |
|
|
| KEYMAN_VERSION_LANGTAGS_SUBTAG_REGISTRY | 2024-05-16 |
|
|
| KEYMAN_VERSION_UNICODE | 15.1.0 |
|
|
|
|
> ### This file is auto-generated by publish-minimum-versions.sh. Do not modify
|