1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-17 01:30:26 +03:00

Update README.md

Fix Xcode capitalization
This commit is contained in:
François Lamboley 2024-02-26 23:21:22 +01:00 committed by Frizlab
parent dcf8f4d7b9
commit 0458b11dfd
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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