XcodesOrg / xcodes

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

Added support to immediately delete Xcode and its XIPs #211

Closed juanjonol closed 1 year ago

juanjonol commented 1 year ago

Added a new --empty-trash flag to xcodes install and xcodes uninstall, to completely delete Xcode's .xip or the app itself instead of keeping it on the user's Trash.

This closes #185.

MattKiazyk commented 1 year ago

Thanks @juanjonol