Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix Xcode capitalization
  • Loading branch information
Frizlab authored and kanaka committed Aug 6, 2024
1 parent e2d2504 commit 69db481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,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
Expand Down Expand Up @@ -1111,7 +1111,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.

Expand Down
2 changes: 1 addition & 1 deletion impls/tests/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69db481

Please sign in to comment.