XcodesOrg / XcodesApp

The easiest way to install and switch between multiple versions of Xcode - with a mouse click.
MIT License
6.67k stars 293 forks source link

Download and install Xcode Simulator runtimes #457

Closed rennarda closed 5 months ago

rennarda commented 7 months ago

Xcode is no longer bundled with the iOS simulator runtime, which must be installed separately using Xcode itself. These downloads are substantial, and often very slow...

It appears that the full manifest of downloadable assets is available here . It should therefore be possible to offer these as additional downloads in Xcodes, and utilise the fast download architecture.

Downloaded runtimes can be added to Xcode using the command line xcrun simctl runtime add <path> - so it should also be possible for Xcodes to install these directly.

chickdan commented 7 months ago

This feature was implemented in #448 and will be available in the next release (hopefully soon).

MattKiazyk commented 5 months ago

@rennarda 2.0 Beta is ready to test do download runtimes/platforms. Thanks!