From 6d2fa71d6754c94b677240bba67a4c6226c0df37 Mon Sep 17 00:00:00 2001 From: Uhl Albert Date: Wed, 20 Mar 2024 10:25:31 -0600 Subject: [PATCH] Change System Preferences to System Settings Update to match System Settings name change from macOS Ventura 13.0. --- EditorExtension/Application/Source/AboutViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EditorExtension/Application/Source/AboutViewController.swift b/EditorExtension/Application/Source/AboutViewController.swift index e7a1f35d..91e40b58 100644 --- a/EditorExtension/Application/Source/AboutViewController.swift +++ b/EditorExtension/Application/Source/AboutViewController.swift @@ -38,7 +38,7 @@ final class AboutViewController: NSViewController { super.viewDidLoad() if ProcessInfo.processInfo.operatingSystemVersion.majorVersion < 13 { instructionsLabel.stringValue = """ - 1. Open System Preferences + 1. Open System Settings 2. Click on "Extensions" 3. Select "Xcode Source Editor" 4. Ensure the checkbox next to "SwiftFormat" is checked