From 4ad3c996f0fd8fa7f493602937adc068c3f52880 Mon Sep 17 00:00:00 2001 From: Dmitry Kovba Date: Tue, 10 Jun 2025 18:03:25 -0700 Subject: [PATCH] Update the names of Xcode, macOS, and Apple silicon (#83) This PR updates the names of Xcode and macOS to the official names used in https://developer.apple.com/download/applications/. Also, it fixes the capitalization in "Apple silicon". --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4109685a..371b4488 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Containerization provides APIs to: - [Create an optimized Linux kernel for fast boot times](./kernel/). - [Spawn lightweight virtual machines and manage the runtime environment](./Sources/Containerization/LinuxContainer.swift). - [Spawn and interact with containerized processes](./Sources/Containerization/LinuxProcess.swift). -- Use Rosetta 2 for running linux/amd64 containers on Apple Silicon. +- Use Rosetta 2 for running linux/amd64 containers on Apple silicon. Please view the [API documentation](https://apple.github.io/containerization/documentation/) for information on the Swift packages that Containerization provides. @@ -31,8 +31,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 26 Beta -- macOS 26 Beta 1 or newer +- macOS 15 or newer and Xcode 26 beta +- macOS 26 beta or newer Applications built using the package will run on macOS 15 or later, but the following features are not available on macOS 15: