aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzard <fuzzard@kodi.tv>2022-06-24 11:59:43 +1000
committerfuzzard <fuzzard@kodi.tv>2022-06-25 06:39:53 +1000
commitf12254428386844fbb2f38695f3d0ce39a5b4101 (patch)
tree6a4de88756bdc59994790f947bcdd8657f882cce
parent7c9db067304fc649464005435e14c1364a8b9169 (diff)
[Docs] Update Apple Docs to match actual tested build environments
-rw-r--r--docs/README.iOS.md5
-rw-r--r--docs/README.macOS.md4
-rw-r--r--docs/README.tvOS.md6
3 files changed, 9 insertions, 6 deletions
diff --git a/docs/README.iOS.md b/docs/README.iOS.md
index 7bb9cfce3d..2787e719cd 100644
--- a/docs/README.iOS.md
+++ b/docs/README.iOS.md
@@ -58,9 +58,10 @@ Several different strategies are used to draw your attention to certain pieces o
* Device with **iOS 11.0 or newer** to install Kodi after build.
Building for iOS should work with the following constellations of Xcode and macOS versions:
- * Xcode 9.x against iOS SDK 11.x on 10.13.x (High Sierra)(recommended)
- * Xcode 9.x against iOS SDK 11.x on 10.14.x (Mojave)(recommended)
+ * Xcode 12.4 against iOS SDK 14.4 on 10.15.7 (Catalina)(recommended)(CI)
+ * Xcode 13.x against iOS SDK 15.5 on 12.x (Monterey)(recommended)
+Team Kodi CI infrastructure is limited, and therefore we only have the single combination tested. Newer xcode/macos combinations generally should work, however the team does not actively test/use pre-release versions, so use with caution. Earlier versions may work, however we dont actively support them, so use with caution.
**WARNING:** Start Xcode after installation finishes. You need to accept the licenses and install missing components.
**[back to top](#table-of-contents)**
diff --git a/docs/README.macOS.md b/docs/README.macOS.md
index 7723671d20..5590e8a866 100644
--- a/docs/README.macOS.md
+++ b/docs/README.macOS.md
@@ -59,8 +59,10 @@ Several different strategies are used to draw your attention to certain pieces o
* Device with **OSX 10.13 or newer** to run Kodi after build.
Building for OSX/macOS should work with the following constellations of Xcode and OSX/macOS versions:
- * Xcode 9.x on macOS 10.13.x (High Sierra)
+ * Xcode 12.4 against MacOSX SDK 11.1 on 10.15.7 (Catalina)(recommended)(CI)
+ * Xcode 13.x against MacOSX SDK 12.3 on 12.x (Monterey)(recommended)
+Team Kodi CI infrastructure is limited, and therefore we only have the single combination tested. Newer xcode/macos combinations generally should work, however the team does not actively test/use pre-release versions, so use with caution. Earlier versions may work, however we dont actively support them, so use with caution.
**WARNING:** Start Xcode after installation finishes. You need to accept the licenses and install missing components.
**[back to top](#table-of-contents)**
diff --git a/docs/README.tvOS.md b/docs/README.tvOS.md
index e642d37072..032d69949e 100644
--- a/docs/README.tvOS.md
+++ b/docs/README.tvOS.md
@@ -64,10 +64,10 @@ Several different strategies are used to draw your attention to certain pieces o
* Device with **tvOS 11.0 or newer** to install Kodi after build.
Building for tvOS should work with the following combinations of Xcode and macOS versions:
- * Xcode 9.x against tvOS SDK 11.x on 10.13.x (High Sierra)(recommended)
- * Xcode 9.x against tvOS SDK 11.x on 10.14.x (Mojave)(recommended)
- * Xcode 10.x against tvOS SDK 12.x on 10.14.x (Mojave)(recommended)
+ * Xcode 12.4 against tvOS SDK 14.3 on 10.15.7 (Catalina)(recommended)(CI)
+ * Xcode 13.x against tvOS SDK 15.4 on 12.x (Monterey)(recommended)
+Team Kodi CI infrastructure is limited, and therefore we only have the single combination tested. Newer xcode/macos combinations generally should work, however the team does not actively test/use pre-release versions, so use with caution. Earlier versions may work, however we dont actively support them, so use with caution.
**WARNING:** Start Xcode after installation finishes. You need to accept the licenses and install missing components.
**[back to top](#table-of-contents)**