Skip to content

Commit 05798f3

Browse files
authored
Update the names of Xcode and macOS (#123)
This PR updates the names of Xcode and macOS to the official names used in https://developer.apple.com/download/applications/.
1 parent 098021f commit 05798f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
To build the `container` project, your system needs either:
44

5-
- macOS 15 or newer and Xcode 26 Beta
6-
- macOS 26 Beta 1 or newer
5+
- macOS 15 or newer and Xcode 26 beta
6+
- macOS 26 beta or newer
77

88
## Compile and test
99

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The tool consumes and produces OCI-compliant container images, so you can pull a
1515

1616
You need an Apple silicon Mac to run `container`. To build it, see the [BUILDING](./BUILDING.md) document.
1717

18-
`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.
18+
`container` relies on the new features and enhancements present in the macOS 26 beta. 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.
1919

2020
There are [significant networking limitations](/docs/technical-overview.md#macos-15-limitations) that impact the usability of `container` on macOS 15.
2121

docs/technical-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Currently, memory pages freed to the Linux operating system by processes running
6767

6868
### macOS 15 limitations
6969

70-
`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.
70+
`container` relies on the new features and enhancements present in the macOS 26 beta. 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.
7171

7272
#### Network isolation
7373

0 commit comments

Comments
 (0)