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

`--use-fastlane-auth` not available for `xcodes runtimes` #292

Closed marc-48k closed 1 year ago

marc-48k commented 1 year ago

Option --use-fastlane-auth is available for xcodes [ download | install ] but not for xcodes runtimes [ download | install ].

xcodes runtimes download 'iOS 16.0' --use-fastlane-auth  
Error: Unknown option '--use-fastlane-auth'

I'm happy to raise a PR for this.

MattKiazyk commented 1 year ago

Hey @marc-48k thanks for the issue.

Unless something has changed, downloading runtimes does not require Apple Auth so therefore it hasn't been added in.

Now only if this was possible with regular xcode versions 🤷

marc-48k commented 1 year ago

Sorry, my bad...

Now only if this was possible with regular xcode versions If only!