Skip to content

Commit

Permalink
Change System Preferences to System Settings
Browse files Browse the repository at this point in the history
Update to match System Settings name change from macOS Ventura 13.0.
  • Loading branch information
bikrrr authored and nicklockwood committed Mar 27, 2024
1 parent 9e5d0d5 commit 6d2fa71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d2fa71

Please sign in to comment.