Skip to content

Commit

Permalink
Add information about required specific iOS Simulator version (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
premun committed May 5, 2020
1 parent 6e3d78d commit 669f7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 669f7ff

Please sign in to comment.