3
3
4
4
|| ** Status** |
5
5
| ---| ---|
6
- | ** OS X ** | [ ![ Build Status] ( https://ci.swift.org/job/oss-swift-incremental-RA-osx/badge/icon )] ( https://ci.swift.org/job/oss-swift-incremental-RA-osx ) |
6
+ | ** macOS ** | [ ![ Build Status] ( https://ci.swift.org/job/oss-swift-incremental-RA-osx/badge/icon )] ( https://ci.swift.org/job/oss-swift-incremental-RA-osx ) |
7
7
| ** Ubuntu 14.04** | [ ![ Build Status] ( https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/badge/icon )] ( https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04 ) |
8
8
| ** Ubuntu 15.10** | [ ![ Build Status] ( https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/badge/icon )] ( https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10 ) |
9
9
@@ -51,10 +51,10 @@ discussed below.
51
51
52
52
### System Requirements
53
53
54
- OS X , Ubuntu Linux LTS, and the latest Ubuntu Linux release are the current
54
+ macOS , Ubuntu Linux LTS, and the latest Ubuntu Linux release are the current
55
55
supported host development operating systems.
56
56
57
- For OS X , you need [ the latest Xcode] ( https://developer.apple.com/xcode/downloads/ ) .
57
+ For macOS , you need [ the latest Xcode] ( https://developer.apple.com/xcode/downloads/ ) .
58
58
59
59
For Ubuntu, you'll need the following development dependencies:
60
60
@@ -90,7 +90,7 @@ uploading SSH keys to GitHub):
90
90
[ CMake] ( http://cmake.org ) is the core infrastructure used to configure builds of
91
91
Swift and its companion projects; at least version 2.8.12.2 is required. Your
92
92
favorite Linux distribution likely already has a CMake package you can install.
93
- On OS X , you can download the [ CMake Binary Distribution] ( https://cmake.org/download ) ,
93
+ On macOS , you can download the [ CMake Binary Distribution] ( https://cmake.org/download ) ,
94
94
bundled as an application, copy it to ` /Applications ` , and add the embedded
95
95
command line tools to your ` PATH ` :
96
96
@@ -99,7 +99,7 @@ command line tools to your `PATH`:
99
99
#### Ninja
100
100
[ Ninja] ( https://ninja-build.org ) is the current recommended build system
101
101
for building Swift and is the default configuration generated by CMake. If
102
- you're on OS X or don't install it as part of your Linux distribution, clone
102
+ you're on macOS or don't install it as part of your Linux distribution, clone
103
103
it next to the other projects and it will be bootstrapped automatically:
104
104
105
105
##### Build from source
@@ -115,7 +115,7 @@ it next to the other projects and it will be bootstrapped automatically:
115
115
git checkout release
116
116
cat README
117
117
118
- #### Install via third-party packaging tool (OS X only)
118
+ #### Install via third-party packaging tool (macOS only)
119
119
120
120
** [ Homebrew] ( http://brew.sh/ ) **
121
121
@@ -151,7 +151,7 @@ Ninja:
151
151
utils/build-script -x
152
152
153
153
The Xcode IDE can be used to edit the Swift source code, but it is not currently
154
- fully supported as a build environment for SDKs other than OS X . If you need to
154
+ fully supported as a build environment for SDKs other than macOS . If you need to
155
155
work with other SDKs, you'll need to create a second build using Ninja.
156
156
157
157
## Testing Swift
0 commit comments