maxim-lobanov / setup-xcode

Set up your GitHub Actions workflow with a specific version of Xcode
MIT License
281 stars 28 forks source link

Improve action output - print Xcode BuildNumber #11

Closed maxim-lobanov closed 3 years ago

maxim-lobanov commented 3 years ago

It makes sense to print Xcode buildNumber to action output. It can be pretty useful for beta versions. For example, Xcode 12.2 beta prints output 12.2.0 and it is pretty unclear what the number of that beta. If we print buildNumber 12B5035g, it would be useful