-
Notifications
You must be signed in to change notification settings - Fork 28
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
Use .xcode-version
file
#47
Comments
Hi 👋 , This action uses semver notation. Fastlane docs describes the different notation (Gem::Version notation I guess?).
it can cause confusion and different selected Xcode. Correct me if I am wrong. |
I believe the idea of the Also https://github.com/klaaspieter/chxcode, mentioned above, just matches on a plain string as far as I can see. To alleviate this confusion, we could even add a (proposed) canonical description of the
I think we could see this as a bug in fastlane, and that Related, there's also use of a |
FYI if you want to get this feature right now you can use @bobergj's fork. Replace
with
in your Github Actions workflow yaml. |
I am using fastlane and chxcode, and they read Xcode's version from the
.xcode-version
file.How about making this action read version from the file?
If it comes true, the '.xcode-version' file becomes SSOT, Single Source of Truth for the version of Xcode.
I think it could become a part of the best practice for iOS engineers.
Thanks.
The text was updated successfully, but these errors were encountered: