From 0bb1ba822aa109886fcf80859cf4458c45362c97 Mon Sep 17 00:00:00 2001 From: Milan Burda Date: Thu, 28 Jan 2021 20:19:20 +0100 Subject: [PATCH] docs: update Xcode / macOS SDK version in build-instructions-macos.md (#27513) --- docs/development/build-instructions-macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/build-instructions-macos.md b/docs/development/build-instructions-macos.md index 62720006c1dc4..3a150568b2332 100644 --- a/docs/development/build-instructions-macos.md +++ b/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 12.2](https://download.developer.apple.com/Developer_Tools/Xcode_12.2/Xcode_12.2.xip), and the macOS 11.0 SDK. Building with a newer SDK works too, but the releases currently use the 11.0 SDK. ## Building Electron