From 438d320702fff7a7cd52f626fd45cb552bc71d6a Mon Sep 17 00:00:00 2001 From: Shawn Schantz Date: Fri, 7 Mar 2025 16:54:44 +0700 Subject: [PATCH 1/3] docs(ios): update minimum supported iOS version also added latest version of macOS as supported --- ios/docs/help/about/system-requirements.md | 2 +- mac/docs/help/about/requirements.md | 1 + mac/docs/help/common/os.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ios/docs/help/about/system-requirements.md b/ios/docs/help/about/system-requirements.md index afedfdb540..7563130aed 100644 --- a/ios/docs/help/about/system-requirements.md +++ b/ios/docs/help/about/system-requirements.md @@ -6,4 +6,4 @@ title: System Requirements - Keyman for iPhone and iPad Help ### Minimum iOS Version Keyman for iPhone and iPad will run on Apple iPhones and iPads that have a minimum version of -iOS 12.1. +iOS 15.6 diff --git a/mac/docs/help/about/requirements.md b/mac/docs/help/about/requirements.md index 07745f9efc..2e3c1f19d3 100644 --- a/mac/docs/help/about/requirements.md +++ b/mac/docs/help/about/requirements.md @@ -13,6 +13,7 @@ Keyman supports the following Mac operating systems: * macOS Monterey (12.0) * macOS Ventura (13.0) * macOS Sonoma (14.0) +* macOS Sequoia (15.0) Keyman should also work on future releases of macOS, even if they are not yet listed here. diff --git a/mac/docs/help/common/os.md b/mac/docs/help/common/os.md index 4362eafaa7..4c117c75cb 100644 --- a/mac/docs/help/common/os.md +++ b/mac/docs/help/common/os.md @@ -13,3 +13,4 @@ Keyman supports the following Mac operating systems: * macOS Monterey (12.0) * macOS Ventura (13.0) * macOS Sonoma (14.0) +* macOS Sequoia (15.0) From aec09eecaae5655964d1bab7a14a3f6b7ad5ea12 Mon Sep 17 00:00:00 2001 From: Shawn Schantz Date: Sat, 8 Mar 2025 13:02:40 +0700 Subject: [PATCH 2/3] docs(ios): updated minimum version in one more place --- resources/build/minimum-versions.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/build/minimum-versions.inc.sh b/resources/build/minimum-versions.inc.sh index 9fb46cd492..67df8d0969 100644 --- a/resources/build/minimum-versions.inc.sh +++ b/resources/build/minimum-versions.inc.sh @@ -11,7 +11,7 @@ # Target operating system and platform versions KEYMAN_MIN_TARGET_VERSION_ANDROID=5.0 # Lollipop -KEYMAN_MIN_TARGET_VERSION_IOS=12.2 # iOS 12.2 +KEYMAN_MIN_TARGET_VERSION_IOS=15.6 # iOS 15.6 KEYMAN_MIN_TARGET_VERSION_WINDOWS=10 # Windows 10 KEYMAN_MIN_TARGET_VERSION_MAC=10.13 # MacOS 10.13 (High Sierra) KEYMAN_MIN_TARGET_VERSION_UBUNTU=22.04 # Ubuntu 22.04 Jammy From fdc7d9e6d92a028e8f01bd522777e74794845488 Mon Sep 17 00:00:00 2001 From: Darcy Wong Date: Sun, 9 Mar 2025 06:32:35 +0700 Subject: [PATCH 3/3] docs(ios): auto-generate minimum-versions.md Run publish-minimum-versions.sh --- docs/minimum-versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/minimum-versions.md b/docs/minimum-versions.md index 3b270f48a4..3ae81102fd 100644 --- a/docs/minimum-versions.md +++ b/docs/minimum-versions.md @@ -51,7 +51,7 @@ https://help.keyman.com/developer/engine/android/latest-version/ | KEYMAN_DEFAULT_VERSION_UBUNTU_CONTAINER | noble | | KEYMAN_MIN_TARGET_VERSION_ANDROID | 5.0 | | KEYMAN_MIN_TARGET_VERSION_ANDROID_CHROME | 53.0 | -| KEYMAN_MIN_TARGET_VERSION_IOS | 12.2 | +| KEYMAN_MIN_TARGET_VERSION_IOS | 15.6 | | KEYMAN_MIN_TARGET_VERSION_MAC | 10.13 | | KEYMAN_MIN_TARGET_VERSION_UBUNTU | 22.04 | | KEYMAN_MIN_TARGET_VERSION_WEB_CHROME | 95.0 |