Skip to content

Commit cd93e2a

Browse files
author
Bill Abt
committed
Changed OS X to macOS.
1 parent 30ba41b commit cd93e2a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# BlueSSLService
22

33
## Overview
4-
SSL Add-on framework for [BlueSocket](https://github.com/IBM-Swift/BlueSocket.git) in Swift using the Swift Package Manager. Works on OS X and Linux.
4+
SSL Add-on framework for [BlueSocket](https://github.com/IBM-Swift/BlueSocket.git) in Swift using the Swift Package Manager. Works on macOS and Linux.
55

66
## Contents
77

@@ -12,9 +12,9 @@ SSL Add-on framework for [BlueSocket](https://github.com/IBM-Swift/BlueSocket.gi
1212
### Swift
1313
* Swift Open Source `swift-DEVELOPMENT-SNAPSHOT-2016-06-20-a` toolchain (**Minimum REQUIRED for latest release**)
1414

15-
### OS X
15+
### macOS
1616

17-
* OS X 10.11.0 (*El Capitan*) or higher
17+
* macOS 10.11.0 (*El Capitan*) or higher
1818
* Xcode Version 8.0 beta (8S128d) or higher using the above toolchain (*Recommended*)
1919
* OpenSSL: openssl-1.0.2g or higher. Available via `brew install openssl`.
2020

@@ -27,14 +27,14 @@ SSL Add-on framework for [BlueSocket](https://github.com/IBM-Swift/BlueSocket.gi
2727
### Package Dependencies
2828

2929
* BlueSocket v0.6.0 or higher
30-
* OpenSSL-OSX v0.2.4 or higher for OS X
30+
* OpenSSL-OSX v0.2.4 or higher for macOS
3131
* OpenSSL v0.2.0 or higher for Linux
3232

3333
*Note:* See `Package.swift` for details.
3434

3535
## Build
3636

37-
To build `SSLService` from the command line on OS X (assuming OpenSSL installed using `brew`):
37+
To build `SSLService` from the command line on macOS (assuming OpenSSL installed using `brew`):
3838

3939
```
4040
% cd <path-to-clone>

0 commit comments

Comments
 (0)