From 2c1daa32cb542cf99a274c5a610bf6848c7c6cfd Mon Sep 17 00:00:00 2001 From: Matt Kiazyk Date: Fri, 30 Sep 2022 22:46:05 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Roger Oba --- XCODE_VERSION.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/XCODE_VERSION.md b/XCODE_VERSION.md index 5d3fb7b..48cdfbb 100644 --- a/XCODE_VERSION.md +++ b/XCODE_VERSION.md @@ -32,17 +32,17 @@ To define an official Xcode release 13.4.1 ``` -You can also use pre-releases +You can also use pre-releases: ```txt 12.1 GM ``` ```txt -14.0 Beta 6 +14.0b6 ``` -Always following the same version naming listed by `xcodes list`. +Note that it doesn't support GM release identifiers. **Note**: Be aware that pre-releases might be eventually taken down from Apple's servers, meaning that it won't allow you to have fully reproducible builds as you won't be able to download the Xcode release once it's gone.