Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Roger Oba <[email protected]>
  • Loading branch information
MattKiazyk and rogerluan authored Oct 1, 2022
1 parent 174047a commit 2c1daa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions XCODE_VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2c1daa3

Please sign in to comment.