Skip to content

Commit cc611a1

Browse files
authoredOct 21, 2017
OS X -> macOS
"OS X" was renamed to "macOS" a year ago.
1 parent 844aeae commit cc611a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎apinotes/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ and architecture.
2929

3030
Platform | Path
3131
:------------- | :-------------
32-
OSX | `$SWIFT_EXEC/lib/swift/macosx/`
32+
macOS | `$SWIFT_EXEC/lib/swift/macosx/`
3333
iOS (32-bit) | `$SWIFT_EXEC/lib/swift/iphoneos/32`
3434
iOS (64-bit) | `$SWIFT_EXEC/lib/swift/iphoneos`
3535
iOS Simulator (32-bit) | `$SWIFT_EXEC/lib/swift/iphonesimulator/32`
@@ -44,7 +44,7 @@ Swift compiler itself need not be recompiled except in rare cases
4444
where the changes affect how the SDK overlays are built. To recompile
4545
API notes for a given module `$MODULE` and place them into their
4646

47-
### OS X
47+
### macOS
4848
```
4949
xcrun swift -apinotes -yaml-to-binary -target x86_64-apple-macosx10.10 -o $SWIFT_EXEC/lib/swift/macosx/$MODULE.apinotesc $MODULE.apinotes
5050
```

0 commit comments

Comments
 (0)