From 669f7ff3cdcf7770e566c0bff795d38cd59ba961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Tue, 5 May 2020 15:12:09 +0200 Subject: [PATCH] Add information about required specific iOS Simulator version (#153) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 243dc8f168de5..f97591fe6f8e9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The tool can also package given .NET test DLLs (Xunit, NUnit v2/3) into an iOS a The tool requires **.NET 3.1.201** and later to be run. It is packaged as a `dotnet tool` command and can be installed using the [dotnet tool CLI](https://docs.microsoft.com/en-us/dotnet/core/tools/). -- The iOS scenarios require you to run the tool on MacOS with Xcode 11.4. +- The iOS scenarios require you to run the tool on MacOS with Xcode 11.4. **(and pre-installed iOS simulator 13.3 - this will be improved later and specific version won't be needed)** - Android scenarios are supported on all Linux, MacOS and Windows To install the tool run: