XcodesOrg / xcodes

The best command-line tool to install and switch between multiple versions of Xcode.
MIT License
3.59k stars 119 forks source link

Add --ignore-runtimes option #288

Closed scientificworld closed 1 year ago

scientificworld commented 1 year ago

Xcode requires a lot of disk space to install, while most of the contents are SDKs and emulators for each platform. But sometimes we just need part of them (e.g. you are only doing iOS development, so you don't need TVOS related SDKs and emulators).

So I think we can implement a --ignore-runtimes option, to remove these contents while installing Xcode.

MattKiazyk commented 1 year ago

@scientificworld going to close this issue as with Xcode 15, Apple has split out the SDK's to their own separate download for us :)