File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ and architecture.
29
29
30
30
Platform | Path
31
31
:------------- | :-------------
32
- OSX | ` $SWIFT_EXEC/lib/swift/macosx/ `
32
+ macOS | ` $SWIFT_EXEC/lib/swift/macosx/ `
33
33
iOS (32-bit) | ` $SWIFT_EXEC/lib/swift/iphoneos/32 `
34
34
iOS (64-bit) | ` $SWIFT_EXEC/lib/swift/iphoneos `
35
35
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
44
44
where the changes affect how the SDK overlays are built. To recompile
45
45
API notes for a given module ` $MODULE ` and place them into their
46
46
47
- ### OS X
47
+ ### macOS
48
48
```
49
49
xcrun swift -apinotes -yaml-to-binary -target x86_64-apple-macosx10.10 -o $SWIFT_EXEC/lib/swift/macosx/$MODULE.apinotesc $MODULE.apinotes
50
50
```
You can’t perform that action at this time.
0 commit comments