Skip to content

Commit aca4e0a

Browse files
committed
update readme
1 parent dd9a348 commit aca4e0a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ XcodesApp is now part of the `XcodesOrg` - [read more here](nextstep.md)
2222
- Just click a button to make a version active with `xcode-select`.
2323
- View release notes, OS compatibility, included SDKs and compilers from [Xcode Releases](https://xcodereleases.com).
2424
- Dark/Light Mode supported
25+
- Security Key Authentication supported
2526

2627
## Platforms/Runtimes
2728

2829
- Xcodes supports downloading the Apple runtimes via the app. Simply click on the Platform, and Xcodes will install automatically for you.
2930

31+
**Note: iOS 18+, tvOS 18+, watchOS 11+, visionOS 2+ requires that Xcode 16.1 Beta 3+ be installed and active.**
32+
3033
## Experiments
3134

3235
- Thanks to the wonderful work of [https://github.com/saagarjha/unxip](https://github.com/saagarjha/unxip), turn on the experiment to increase your unxipping time by up to 70%! More can be found on his repo, but bugs, high memory may occur if used.
@@ -160,7 +163,8 @@ popd
160163
# Attach the zip that was created in the Product directory to the release
161164
# Publish the release
162165

163-
# Update the [Homebrew Cask](https://github.com/RobotsAndPencils/homebrew-cask/blob/master/Casks/xcodes.rb).
166+
shasum -a 256 xcodes.zip
167+
# Update the [Homebrew Cask](https://github.com/XcodesOrg/homebrew-cask/blob/master/Casks/x/xcodes.rb).
164168
```
165169
</details>
166170

0 commit comments

Comments
 (0)