Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fill in Version and Configuration automatically? #115

Open
hannesoid opened this issue Aug 16, 2017 · 4 comments
Open

Fill in Version and Configuration automatically? #115

hannesoid opened this issue Aug 16, 2017 · 4 comments

Comments

@hannesoid
Copy link
Contributor

Just a quick thought as I keep repeating this step myself, especially in times of Xcode beta:
When selecting Developer Tools as a product it might make sense and be feasible to obtain and fill in Xcode Version and (System) Configuration automatically.

@keith
Copy link
Member

keith commented Aug 16, 2017

Interesting, sounds reasonable.

@hannesoid
Copy link
Contributor Author

Here‘s a way to get the info:
$ sw_vers; xcodebuild -version;

https://twitter.com/olebegemann/status/918190328611471360

@ole
Copy link

ole commented Oct 12, 2017

It should be noted that xcodebuild -version uses the "active" Xcode version as selected with xcode-select. It's not necessarily the one you're reporting the radar for. (The same would apply to the OS version if you're running a VM, but that's probably rarer.)

@saagarjha
Copy link
Contributor

I have a tool I use for generating this info which has the benefits of:

  • Being consistent
  • Matching the About dialog exactly
  • Including some extra information, most notably hardware information.

The downside is that is uses private API, for obvious reasons. You may find it useful for reference, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants