xamarin-macios/tools/siminstaller
Alex Soto 91781715a9
[CI] [siminstaller] Bump bots to use the Ventura and make siminstaller more resilient (#17760)
## siminstaller

We are getting a `System.IO.IOException: Resource busy`
when trying to detach with hdiutil on Ventura. When reaching
this spot we are really done with the mounted resource so
let's force detaching and in the event that it fails let's
just log since at this point the simulator is installed.

## CI

Bump bots to use the Ventura images, and Add `macOSName`
parameter to our yaml templates.

`macOSName` maps to the `macOS.Name` capability in our bots, this
way we can set the macOS name we want to use on the bots in bot build and tests.

Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2023-03-14 07:27:00 +01:00
..
Makefile Always create binlogs during the build. (#12331) 2021-08-04 09:30:16 +02:00
Program.cs [CI] [siminstaller] Bump bots to use the Ventura and make siminstaller more resilient (#17760) 2023-03-14 07:27:00 +01:00
README.md Add tool to download and install simulators, and use it to provision the iOS 10.3 simulator if needed. Fixes maccore#1442. (#5645) 2019-02-22 10:39:16 +01:00
siminstaller.csproj Use unix-style line endings in project files. (#15303) 2022-06-21 17:22:58 +02:00
siminstaller.sln Add tool to download and install simulators, and use it to provision the iOS 10.3 simulator if needed. Fixes maccore#1442. (#5645) 2019-02-22 10:39:16 +01:00

README.md

SimInstaller

This is a simple tool that can install old simulator versions for Xcode from the command line.