mirror of
https://github.com/nicklockwood/SwiftFormat.git
synced 2026-05-17 10:30:35 +00:00
Change System Preferences to System Settings
Update to match System Settings name change from macOS Ventura 13.0.
This commit is contained in:
committed by
Nick Lockwood
parent
9e5d0d588a
commit
6d2fa71d67
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user