diff options
author | fuzzard <fuzzard@kodi.tv> | 2021-06-06 09:51:16 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2021-06-09 17:46:11 +1000 |
commit | 7b5a3c46dff71de88c4a83911e0e9af662ada64d (patch) | |
tree | 044615fa17cc8a97fcfda1c52dba05ad513a56cf /docs | |
parent | 89f143cd1f705c01103c1e7076d78b6829fd74e9 (diff) |
[Docs][Apple] Update apple platform build docs
Update tested OS+Xcode combinations to match the versions used in CI.
We dont have any other regular builds happen with other combinations, so Update
recommendations to match known working versions in line with CI.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.iOS.md | 2 | ||||
-rw-r--r-- | docs/README.macOS.md | 2 | ||||
-rw-r--r-- | docs/README.tvOS.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.iOS.md b/docs/README.iOS.md index 29a5598941..a7fc56b0bb 100644 --- a/docs/README.iOS.md +++ b/docs/README.iOS.md @@ -1,7 +1,7 @@ ![Kodi Logo](resources/banner_slim.png) # iOS build guide -This guide has been tested with macOS 10.13.4(17E199) High Sierra and 10.14.4(18E226) Mojave on Xcode 9.4.1(9F2000) and Xcode 10.2(10E125). It is meant to cross-compile Kodi for iOS using **[Kodi's unified depends build system](../tools/depends/README.md)**. Please read it in full before you proceed to familiarize yourself with the build procedure. +This guide has been tested using Xcode 11.3.1 running on MacOS 10.14.4 (Mojave). Please note this combination is the only version our CI system builds. The minimum OS requirement for this version of Xcode is MacOS 10.14.4. Other combinations may work but we provide no assurances that other combinations will build correctly and run identically to Team Kodi releases. It is meant to cross-compile Kodi for iOS using **[Kodi's unified depends build system](../tools/depends/README.md)**. Please read it in full before you proceed to familiarize yourself with the build procedure. ## Table of Contents 1. **[Document conventions](#1-document-conventions)** diff --git a/docs/README.macOS.md b/docs/README.macOS.md index 81af67d134..d482f44c9b 100644 --- a/docs/README.macOS.md +++ b/docs/README.macOS.md @@ -1,7 +1,7 @@ ![Kodi Logo](resources/banner_slim.png) # macOS build guide -This guide has been tested with macOS 10.13.4()17E199 High Sierra and Xcode 9.3(9E145). It is meant to build Kodi for macOS using **[Kodi's unified depends build system](../tools/depends/README.md)**. Please read it in full before you proceed to familiarize yourself with the build procedure. +This guide has been tested using Xcode 11.3.1 running on MacOS 10.14.4 (Mojave). Please note this combination is the only version our CI system builds. The minimum OS requirement for this version of Xcode is MacOS 10.14.4. Other combinations may work but we provide no assurances that other combinations will build correctly and run identically to Team Kodi releases. It is meant to build Kodi for macOS using **[Kodi's unified depends build system](../tools/depends/README.md)**. Please read it in full before you proceed to familiarize yourself with the build procedure. ## Table of Contents 1. **[Document conventions](#1-document-conventions)** diff --git a/docs/README.tvOS.md b/docs/README.tvOS.md index 735cf2b443..11204b118f 100644 --- a/docs/README.tvOS.md +++ b/docs/README.tvOS.md @@ -1,7 +1,7 @@ ![Kodi Logo](resources/banner_slim.png) # tvOS build guide -This guide has been tested with macOS 10.13.4(17E199) High Sierra and 10.14.4(18E226) Mojave on Xcode 9.4.1(9F2000) and Xcode 10.2(10E125). It is meant to cross-compile Kodi for tvOS 11+ (AppleTV 4/4K) using **[Kodi's unified depends build system](../tools/depends/README.md)**. Please read it in full before you proceed to familiarize yourself with the build procedure. +This guide has been tested using Xcode 11.3.1 running on MacOS 10.15.2 (Catalina). Please note this combination is the only version our CI system builds. The minimum OS requirement for this version of Xcode is MacOS 10.14.4. Other combinations may work but we provide no assurances that other combinations will build correctly and run identically to Team Kodi releases. It is meant to cross-compile Kodi for tvOS 11+ (AppleTV 4/4K) using **[Kodi's unified depends build system](../tools/depends/README.md)**. Please read it in full before you proceed to familiarize yourself with the build procedure. ## Table of Contents 1. **[Document conventions](#1-document-conventions)** |