From e933ff3c537b432890a2334ea4387be3aed513ee Mon Sep 17 00:00:00 2001 From: Madhu Venugopal <5056191+mavenugo@users.noreply.github.com> Date: Mon, 9 Jun 2025 10:33:51 -0700 Subject: [PATCH] Updating latest macOS and Xcode versions (#49) Co-authored-by: madhu --- BUILDING.md | 4 ++-- README.md | 2 +- docs/technical-overview.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index bf747079..3bc2bbca 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -2,8 +2,8 @@ To build the `container` project, your system needs either: -- macOS 15 or newer and Xcode 17 beta. -- macOS Developer Preview. +- macOS 15 or newer and Xcode 26 Beta +- macOS 26 Beta 1 ## Compile and test diff --git a/README.md b/README.md index 1068e8b8..c2c70f89 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Install `container` on your Mac. You need an Apple silicon Mac to run `container`. To build it, see the [BUILDING](./BUILDING.md) document. -`container` is designed to use the new features in the macOS Developer Preview. You can run the tool on macOS 15, but the `container` maintainers typically will not address issues discovered on macOS 15 that cannot be reproduced on the macOS Developer Preview. +`container` relies on the new features and enhancements present in the macOS 26 Beta 1. You can run the tool on macOS 15, but the `container` maintainers typically will not address issues discovered on macOS 15 that cannot be reproduced on the macOS 26 Beta 1. There are [significant networking limitations](/docs/technical-overview.md#macos-15-limitations) that impact the usability `container` on macOS 15. diff --git a/docs/technical-overview.md b/docs/technical-overview.md index 5e925571..90346f6f 100644 --- a/docs/technical-overview.md +++ b/docs/technical-overview.md @@ -67,7 +67,7 @@ Currently, memory pages freed to the Linux operating system by processes running ### macOS 15 limitations -`container` relies on the new features and enhancements present in the macOS Developer Preview. You can run `container` on macOS 15, but you will need to be aware of some user experience quirks and functional limitations. There is no plan to address issues found with macOS 15 that cannot be reproduced in the macOS Developer Preview. +`container` relies on the new features and enhancements present in the macOS 26 Beta 1. You can run `container` on macOS 15, but you will need to be aware of some user experience and functional limitations. There is no plan to address issues found with macOS 15 that cannot be reproduced in the macOS 26 Beta 1. #### Network isolation