Browse Source

docs: update Xcode / macOS SDK version in build-instructions-macos.md (#27538)

Co-authored-by: Milan Burda <[email protected]>
trop[bot] 4 years ago
parent
commit
f787246782
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/development/build-instructions-macos.md

+ 1 - 1
docs/development/build-instructions-macos.md

@@ -42,7 +42,7 @@ $ pip install pyobjc
 If you're developing Electron and don't plan to redistribute your
 custom Electron build, you may skip this section.
 
-Official Electron builds are built with [Xcode 9.4.1](http://adcdownload.apple.com/Developer_Tools/Xcode_9.4.1/Xcode_9.4.1.xip), and the macOS 10.13 SDK.  Building with a newer SDK works too, but the releases currently use the 10.13 SDK.
+Official Electron builds are built with [Xcode 11.1](https://download.developer.apple.com/Developer_Tools/Xcode_11.1/Xcode_11.1.xip), and the macOS 10.15 SDK. Building with a newer SDK works too, but the releases currently use the 10.15 SDK.
 
 ## Building Electron