XcodesOrg / XcodesApp

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

Add support for downloading SDKs #394

Closed j-f1 closed 1 year ago

j-f1 commented 1 year ago

Xcode 15 now only includes the macOS SDK by default. You can then launch the app to download additional simulators/SDKs, but only after Xcode is fully installed & launched.

I would like to see the available SDKs listed somewhere either in the inspector or as a collapsable area under each Xcode, allowing them to be downloaded & uncompressed in parallel with Xcode. Since Xcode apparently looks for SDKs in the Downloads folder on first launch, it may be enough to drop the SDK downloads there. Otherwise, they would need to be manually installed somehow.

mw-xyz commented 1 year ago

agreed! the current installation (through apple website) is so slow and randomly stops but through Xcode, it's way faster! we deffo need this, especially as dev builds are moving so fast.

lewis-smith commented 1 year ago

Possible duplicate: https://github.com/XcodesOrg/XcodesApp/issues/298

j-f1 commented 1 year ago

Closing as duplicate