Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Xcode capitalization #651

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

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
Loading