From 0458b11dfdcdc1cd3e6fa6a00a9f49a5e8068e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Lamboley?= Date: Mon, 26 Feb 2024 23:21:22 +0100 Subject: [PATCH] Update README.md Fix Xcode capitalization --- README.md | 4 ++-- impls/tests/docker/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3fa1c13d..fd48328f 100644 --- a/README.md +++ b/README.md @@ -772,7 +772,7 @@ make The Objective C implementation of mal has been built and tested on Linux using clang/LLVM 3.6. It has also been built and tested on OS -X using XCode 7. +X using Xcode 7. ``` cd impls/objc @@ -1112,7 +1112,7 @@ make sml_MODE=mosml ### Swift -The Swift implementation of mal requires the Swift 2.0 compiler (XCode +The Swift implementation of mal requires the Swift 2.0 compiler (Xcode 7.0) to build. Older versions will not work due to changes in the language and standard library. diff --git a/impls/tests/docker/Dockerfile b/impls/tests/docker/Dockerfile index 71b7ed0a..62f2ce09 100644 --- a/impls/tests/docker/Dockerfile +++ b/impls/tests/docker/Dockerfile @@ -169,7 +169,7 @@ RUN cd /usr/lib/x86_64-linux-gnu/ \ && rm factor-linux-x86-64-0.97.tar.gz # MATLAB is proprietary/licensed. Maybe someday with Octave. -# Swift is XCode/OS X only +# Swift is Xcode/macOS only ENV SKIP_IMPLS matlab swift ENV DEBIAN_FRONTEND newt