SettingsKit makes it easier to add a settings window to a SwiftUI app for macOS.
- Open your Swift package in Xcode.
- Navigate to
File > Add Packages
. - Paste this URL into the search field:
https://github.com/david-swift/SettingsKit-macOS
- Click on
Copy Dependency
. - Navigate to the
Package.swift
file. - In the
Package
initializer, underdependencies
, paste the dependency into the array.
- Open your Xcode project in Xcode.
- Navigate to
File > Add Packages
. - Paste this URL into the search field:
https://github.com/david-swift/SettingsKit-macOS
- Click on
Add Package
.
An example app project is available here. Browse the documentation here.
- SwiftLintPlugin licensed under the MIT license