From 7f172fbb90a206d059b8da315ca1f9526256e7b6 Mon Sep 17 00:00:00 2001 From: Jakob Krigovsky Date: Thu, 1 Oct 2020 17:23:43 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Remove=20=E2=80=9CSystem=20requirements?= =?UTF-8?q?=E2=80=9D=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index d3c2425ed3..bfcad162fe 100644 --- a/docs/index.md +++ b/docs/index.md @@ -75,12 +75,6 @@ Before submitting a new GitHub issue, please make sure to search for [existing G If that doesn't help, please [submit an issue](https://github.com/fastlane/fastlane/issues) on GitHub and provide information about your setup, in particular the output of the `fastlane env` command. -## System requirements - -Currently, _fastlane_ is officially supported to run on macOS. - -But we are working on 🐧 Linux and 🖥️ Windows support for parts of _fastlane_. Some underlying software like Xcode or iTunes Transporter is only available for macOS, but many other tools and actions can theoretically also work on other platforms. Please see [this Github issue for further information](https://github.com/fastlane/fastlane/issues/11687). - ## _fastlane_ team From 60b77c759f4f59730c9de2acca4338b0231d577f Mon Sep 17 00:00:00 2001 From: Roger Oba Date: Mon, 22 Mar 2021 21:54:14 -0300 Subject: [PATCH 2/2] Improve "system requirements" section. --- docs/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.md b/docs/index.md index bfcad162fe..3b8d1dac09 100644 --- a/docs/index.md +++ b/docs/index.md @@ -75,6 +75,12 @@ Before submitting a new GitHub issue, please make sure to search for [existing G If that doesn't help, please [submit an issue](https://github.com/fastlane/fastlane/issues) on GitHub and provide information about your setup, in particular the output of the `fastlane env` command. +## System requirements + +_fastlane_ is officially supported to run on macOS. + +🐧 Linux and 🖥️ Windows are partially supported. Some underlying software like Xcode are only available on macOS, but many other tools, actions, and the `spaceship` module can work on other platforms. + ## _fastlane_ team