Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ You need an Apple silicon Mac to build and run Containerization.

To build the Containerization package, your system needs either:

- macOS 15 or newer and Xcode 17 beta
- macOS 16 Developer Preview.
- macOS 15 or newer and Xcode 26 Beta
- macOS 26 Beta 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or newer?


Applications built using the package will run on macOS 15 or later, but the following features are not available on macOS 15:

Expand Down
2 changes: 1 addition & 1 deletion vminitd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ xcode-cli:

.PHONY: xcode
xcode:
@echo Please install the latest version of Xcode 17.
@echo Please install the latest version of Xcode 26.

.PHONY: clean
clean:
Expand Down