Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/macios
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10b89dfb2d
Choose a base ref
...
head repository: dotnet/macios
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b5c3f3b678
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 23, 2025

  1. [release/10.0.1xx] [system-dependencies] Check if a universal simulat…

    …or is needed, and if so delete any existing non-universal simulators. (#24087)
    
    1. We run x64 test apps on all machines.
    2. Arm64 machines need a universal simulator to run x64 apps.
    3. So if we're on an arm64 bot, and we only have the arm64 simulator, delete it and re-install the universal simulator.
    
    There are also a few other misc cleanups here as well.
    Backport of #24030.
    rolfbjarne authored Oct 23, 2025
    11 Configuration menu
    Copy the full SHA
    b5c3f3b View commit details
    Browse the repository at this point in the history
Loading